G
gti_jobert
Hi all,
I have a sheet that contains all the data for the app, is it possibl
to have this sheet hidden but still be able to select the data from i
using vb code?
When i do hide the sheet and use the select code;
Code
-------------------
Sheets("RelationalData").Select
-------------------
It produces an error - "Select Method of Worksheet Class Failed"
Any suggestions
I have a sheet that contains all the data for the app, is it possibl
to have this sheet hidden but still be able to select the data from i
using vb code?
When i do hide the sheet and use the select code;
Code
-------------------
Sheets("RelationalData").Select
-------------------
It produces an error - "Select Method of Worksheet Class Failed"
Any suggestions