G
Guest
Hello
I usually write Sheet1.*** in vba rather than Sheets("Data").***
This works most of the time, however sometimes the Sheet1. throws an error that says object cannot be found. Why does this work sometimes and not others? To solve it i have to write Sheets("Data")
Thanks in advance
JAmes
I usually write Sheet1.*** in vba rather than Sheets("Data").***
This works most of the time, however sometimes the Sheet1. throws an error that says object cannot be found. Why does this work sometimes and not others? To solve it i have to write Sheets("Data")
Thanks in advance
JAmes