S
Steven Britton via AccessMonster.com
When I call out an Excel Application from Access and load a query or anything
into Excel for what ever reason it doesn't open my personal.xls sheet as well
as an Add-In that contains a bunch of code used in keyboard short cuts.
Does anyone know why this happens and better yet how to correct it? I know
this is the access forum, but well all send info out of Access into Excel.
If my user has a personal.xls sheet that he/she uses macros from and it's not
available when Access kicks out said file - that bad bad stuff...
This is the call:
Set xlsApp = CreateObject("Excel.Application")
xlsApp.Visible = True
Thanks in advance-
-Steven M. Britton
into Excel for what ever reason it doesn't open my personal.xls sheet as well
as an Add-In that contains a bunch of code used in keyboard short cuts.
Does anyone know why this happens and better yet how to correct it? I know
this is the access forum, but well all send info out of Access into Excel.
If my user has a personal.xls sheet that he/she uses macros from and it's not
available when Access kicks out said file - that bad bad stuff...
This is the call:
Set xlsApp = CreateObject("Excel.Application")
xlsApp.Visible = True
Thanks in advance-
-Steven M. Britton