Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Brent
I don't think you can have a situation with no cell selected, but the following code would put the cursor in cell A1 of Sheet1 Private Sub Workbook_Open() ThisWorkbook.Sheets("Sheet1").Select Range("A1").Activate End Sub Copy above code Alt+F11 to invoke VB Editor Control+F1 to open Project Explorer Double click on ThisWorkbook Paste code into white pane Alt+F11 to return to Excel. Save the workbook. When it is opened next time cursor will be on sheet1 cell A1. Change to suit -- Regards Roger Govier "Brent E" wrote in message ... Currently, if I open a spreadsheet, the file defaults to the last cell or range selected prior to the last save. Is there a VBA command that deselects any cell so when a file is opened, no cell is selected until the user clicks on something? Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy selected part number of text from one cell into another cell | Excel Discussion (Misc queries) | |||
How to change cell text based on another selected cell? | Excel Discussion (Misc queries) | |||
how do I insert the address of a selected cell into a fixed cell | Excel Discussion (Misc queries) | |||
automatic offset cell location when there is a value in a selected cell. | Excel Worksheet Functions | |||
how read value from last selected cell? It is possible? how get adress last selected cell? | New Users to Excel |