View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Himansu Himansu is offline
external usenet poster
 
Posts: 40
Default Wild Character in String


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