MarkCBB
Active Member
- Joined
- Apr 12, 2010
- Messages
- 497
Hi there,
I am using the following code:
But the FNB (sometimes it is Bots or Nabi, and sometimes it is unknow) is different depending on the excel workbook I using, I tried:
but it doesn't find it.
How can i make this line of code more robust?
I am using the following code:
Code:
Cells.Find(What:="Total FNB EFT").Select
But the FNB (sometimes it is Bots or Nabi, and sometimes it is unknow) is different depending on the excel workbook I using, I tried:
Code:
Cells.Find(What:="Total * EFT").Select
How can i make this line of code more robust?