RAYLWARD102
Well-known Member
- Joined
- May 27, 2010
- Messages
- 529
was playing around with workbook.path
I get the path from a file that has been saved, but get nothing from a file that hasn't been saved (new blank workbook). I wanted to write a test that would say something like If wb.path = "" then....
Doesn't work though. Why is that?
I even tried to say If wb.saved = false then
when it gets to the workbook in question (looping); it's wont trip over any of my if's..... so How am I to know if a file hasnt ever been saved?
works for all of the other files that have been saved before.
I get the path from a file that has been saved, but get nothing from a file that hasn't been saved (new blank workbook). I wanted to write a test that would say something like If wb.path = "" then....
Doesn't work though. Why is that?
I even tried to say If wb.saved = false then
when it gets to the workbook in question (looping); it's wont trip over any of my if's..... so How am I to know if a file hasnt ever been saved?
works for all of the other files that have been saved before.
Last edited: