Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I create an Excel spreadsheet via Automation (from Access) and
then open it by double-clicking it, the Excel GUI has no visible workbook until I click View|Full Screen. Any idea why? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The workbook opened off the viewable window???
Window|Arrange|tiled is another way to see stuff that's off the visible screen. wrote: When I create an Excel spreadsheet via Automation (from Access) and then open it by double-clicking it, the Excel GUI has no visible workbook until I click View|Full Screen. Any idea why? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That seems to be the case. The entire area where the worksheetbook
should appear (i.e., between the window border / menubars at the top and the status bar / window border at the bottom) is not just empty, it's transparent! I can see my desktop through it -- weird, eh? This started happening as I was trying to figure out how to send Access report data to a spreadsheet via Automation without data being truncated to 255 characters (DoCmd.OutputTo) or losing all formatting (TransferSpreadsheet). The documentation being what it is, I had to experiment with the usual snippets of code gleaned from various places, and I suspect I managed to clobber a setting in the Registry that's now causing Excel to start up with no active workbook being displayed. Any ideas on how to undo whatever I did wrong will be greatly appreciated. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dave,
Thanks for the reply. Rebooting did indeed fix the problem. It sure would be interesting to know why it happened in the first place, but knowing how to fix it is definitely more important! Jeff |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Workbook Open but not visible (and not HIDDEN?!?) | Excel Discussion (Misc queries) | |||
3 sheets in workbook, but visible only one? | Excel Discussion (Misc queries) | |||
How to keep a workbook visible | Excel Programming | |||
VBAProjects still visible after workbook has closed | Excel Programming | |||
Is a visible workbook open? | Excel Programming |