Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The Sub DefineCell Address () returns the cell address but
it does not include which sheet the active cell is in? How can I put the Sheet and Cell address in the reference cell? Public MyCellAddr As String Sub DefineCellAddress() MyCellAddr = ActiveCell.address Worksheets("Sheet1").Range("A1").Value = MyCellAddr End Sub Sub GotoMyCellAaddress() Range(MyCellAddr).Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Additional cell colours | Excel Discussion (Misc queries) | |||
How to add additional description in a cell to a spreadsheet? | Setting up and Configuration of Excel | |||
inserting an additional line of text within same cell | Excel Worksheet Functions | |||
Inserting additional data into a cell | Excel Discussion (Misc queries) | |||
Add additional value to a cell | Excel Programming |