Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello everyone, Is it possible to enter a wild character in a string? For example: ' select the first worksheet in the workbook ActiveWindow.ScrollWorkbookTabs Position:=xlFirst Sheets("JDF%%%%_lot1_sourcecode").Select ** I have multiple worksheets after my process is done. I want to select the first sheet in the workbook. - Thanks, Himansu |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Himansu,
Worksheets(1).select NickHK "Himansu" .gbl... Hello everyone, Is it possible to enter a wild character in a string? For example: ' select the first worksheet in the workbook ActiveWindow.ScrollWorkbookTabs Position:=xlFirst Sheets("JDF%%%%_lot1_sourcecode").Select ** I have multiple worksheets after my process is done. I want to select the first sheet in the workbook. - Thanks, Himansu |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Worked! Thanks.
"NickHK" wrote in message ... Himansu, Worksheets(1).select NickHK "Himansu" .gbl... Hello everyone, Is it possible to enter a wild character in a string? For example: ' select the first worksheet in the workbook ActiveWindow.ScrollWorkbookTabs Position:=xlFirst Sheets("JDF%%%%_lot1_sourcecode").Select ** I have multiple worksheets after my process is done. I want to select the first sheet in the workbook. - Thanks, Himansu |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
wild character in function? | Excel Discussion (Misc queries) | |||
Excel-Match 1st text character in a string to a known character? | Excel Worksheet Functions | |||
Partial String Match & Wild Cards Using VLOOKUP | Excel Worksheet Functions | |||
Activating / Closing workbook using part name and a wild character | Excel Programming | |||
Function to return Character Position of Xth character within a string | Excel Programming |