excel worksheet from access

C

ciccio

hello,I open an excel worksheet from a link in a Form
\\server\data\test.xls#sheet1!$A$1

this link works if the sheet name is a full name without spaces.


\\server\data\test.xls#sheet one!$A$1
\\server\data\test.xls#'sheet one'!$A$1
'\\server\data\test.xls#sheet one!$A$1'
These links open the excel file but open on the last sheet used
(wrong) with an error message (invalid argument)

can you help me
thanks Ciccio
 
C

ciccio

hello,I open an excel worksheet from a link in a Form
\\server\data\test.xls#sheet1!$A$1

this link works if the sheet name is a full name without spaces.

\\server\data\test.xls#sheet one!$A$1
\\server\data\test.xls#'sheet one'!$A$1
'\\server\data\test.xls#sheet one!$A$1'
These links open the excel file but open on the last sheet used
(wrong) with an error message (invalid argument)

solution is \\server\data\test.xls#sheet?one!$A$1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top