Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to open a workbook, through code, with no active cell? If it
is possible, please post an example. Thank you |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Nope... Death, Taxes and an active cell. All things you can count on...
-- HTH... Jim Thomlinson "Harley" wrote: Is it possible to open a workbook, through code, with no active cell? If it is possible, please post an example. Thank you |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Harley,
The following might suit your requirements. There's still an activecell, it's just not highlighted. With ActiveSheet .EnableSelection = xlNoSelection .Protect End With Regards, Vic Eldridge "Harley" wrote: Is it possible to open a workbook, through code, with no active cell? If it is possible, please post an example. Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Row select mode to highlight active row of active cell | Excel Discussion (Misc queries) | |||
set the background color of the current cell(active cell) | New Users to Excel | |||
referring to formula in a non active cell from active cell | Excel Discussion (Misc queries) | |||
HOW TO COPY 480 ACTIVE E-MAIL ADDRESSES CLM "G" ON AN ACTIVE EXCE. | Excel Discussion (Misc queries) | |||
Select First Active Cell if the cell is in a pivot table | Excel Programming |