Good afternoon,
Hope this one isn't too basic but it has been giving me headaches. I am basically just trying to select a tab that is always going to be called "Order Detail xyz" I think I need to use a like to select it -- here is all i have so far and I can't get it to work
Thanks in advance!
Hope this one isn't too basic but it has been giving me headaches. I am basically just trying to select a tab that is always going to be called "Order Detail xyz" I think I need to use a like to select it -- here is all i have so far and I can't get it to work
Code:
Sheets("Order Detail *").Select
Thanks in advance!