Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.office.developer.vba,microsoft.public.office.developer.automation,microsoft.public.access.modulesdaovba
|
|||
|
|||
![]()
"Dale Fye" wrote in message
... OK, After a little more research, I found that I was leaving out the reference to the application object when I used the "With Selection" syntax. When I replaced: With Selection with With xlApp.Selection There were also a couple of instances where I was using a syntax that looked like: Seletion.Font.Bold or something along those lines. When I prepended the application object to all of these, it resolved my problems. Hope this helps someone else. Dale Appreciate it Dale. This may indeed be of use for me. I don't have opportunity to investigate just now, but am saving this post for future reference. -- Clif |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why do all excel worksheets/workbooks close when I close one? | Excel Discussion (Misc queries) | |||
Excel won' close properly | Excel Discussion (Misc queries) | |||
Not close thead when I close excel | Excel Programming | |||
Excel shoud not close all active books when clicking close button | Excel Discussion (Misc queries) | |||
excel - Windows close button (x) should only close active workboo. | Setting up and Configuration of Excel |