Wild Character in String

  • Thread starter Thread starter Himansu
  • Start date Start date
H

Himansu

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
 
Back
Top