Click here to Skip to main content
16,007,443 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: SQL Query Syntax Issue Pin
Wendelius13-Jan-09 6:28
mentorWendelius13-Jan-09 6:28 
GeneralRe: SQL Query Syntax Issue Pin
tcd6713-Jan-09 6:46
tcd6713-Jan-09 6:46 
GeneralRe: SQL Query Syntax Issue Pin
Wendelius13-Jan-09 7:24
mentorWendelius13-Jan-09 7:24 
Questionwindows service structure/custom actions Pin
captainmogo13-Jan-09 4:42
captainmogo13-Jan-09 4:42 
AnswerRe: windows service structure/custom actions Pin
Wendelius13-Jan-09 6:40
mentorWendelius13-Jan-09 6:40 
GeneralRe: windows service structure/custom actions Pin
captainmogo13-Jan-09 8:12
captainmogo13-Jan-09 8:12 
GeneralRe: windows service structure/custom actions Pin
Wendelius13-Jan-09 8:57
mentorWendelius13-Jan-09 8:57 
QuestionVBA - Changing a name of a Worksheet Pin
Dalek Dave13-Jan-09 4:16
professionalDalek Dave13-Jan-09 4:16 
I am trying to change a name of a worksheet.

Currently using ...

Sheets("RDC.d").Select<br />
Sheets("RDC.d").Name = "RDC"


However, the sheet RDC.d is produced from a secondry source and the name changes each time it is requested.
(The RDC part is consistant, the .d may be .g, .h etc)

How do I generically change the worksheet to RDC?

I may point out that the only sheets active will be the Mastersheet I am working in and this report sheet RDC.x

I have tried activating the report sheet...
Sheets(1).Select<br />
Sheets(1).Name = "RDC"<br />
<br />


But this is not working.

Any suggestions?

------------------------------------

"The greatest tragedy in mankind's entire history may be the hijacking of morality by religion"
Arthur C Clarke

AnswerRe: VBA - Changing a name of a Worksheet Pin
Dalek Dave13-Jan-09 4:20
professionalDalek Dave13-Jan-09 4:20 
QuestionMaximise already created process Pin
hrishiS12-Jan-09 23:56
hrishiS12-Jan-09 23:56 
AnswerRe: Maximise already created process Pin
EliottA13-Jan-09 2:48
EliottA13-Jan-09 2:48 
AnswerRe: Maximise already created process Pin
Henry Minute13-Jan-09 6:13
Henry Minute13-Jan-09 6:13 
AnswerRe: Maximise already created process Pin
Dave Kreskowiak13-Jan-09 8:24
mveDave Kreskowiak13-Jan-09 8:24 
GeneralRe: Maximise already created process Pin
hrishiS14-Jan-09 17:23
hrishiS14-Jan-09 17:23 
GeneralRe: Maximise already created process Pin
hrishiS3-Feb-09 23:45
hrishiS3-Feb-09 23:45 
GeneralRe: Maximise already created process Pin
Dave Kreskowiak4-Feb-09 2:21
mveDave Kreskowiak4-Feb-09 2:21 
QuestionBack up ms access database using vb.net2005 Pin
hrishiS12-Jan-09 23:36
hrishiS12-Jan-09 23:36 
AnswerRe: Back up ms access database using vb.net2005 Pin
Tom Deketelaere13-Jan-09 1:42
professionalTom Deketelaere13-Jan-09 1:42 
AnswerRe: Back up ms access database using vb.net2005 Pin
Wendelius13-Jan-09 6:52
mentorWendelius13-Jan-09 6:52 
QuestionImage Processing Pin
nishkarsh_k12-Jan-09 19:24
nishkarsh_k12-Jan-09 19:24 
AnswerRe: Image Processing Pin
Guffa13-Jan-09 1:03
Guffa13-Jan-09 1:03 
QuestionActive Directory Computer Groups in VBA Pin
AaronM_NZ12-Jan-09 16:44
AaronM_NZ12-Jan-09 16:44 
AnswerRe: Active Directory Computer Groups in VBA Pin
AaronM_NZ13-Jan-09 15:06
AaronM_NZ13-Jan-09 15:06 
QuestionHow To Make A file Read only Pin
sarfarazaliqureshi12-Jan-09 9:11
sarfarazaliqureshi12-Jan-09 9:11 
AnswerRe: How To Make A file Read only Pin
EliottA12-Jan-09 9:46
EliottA12-Jan-09 9:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.