Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've loaded a cell address into a string via the following macro:
Sub Test() Dim Rng As String Rng = ActiveCell.Address(external:=True) Debug.Print Rng End Sub Is there a way to convert the string back to full cell address (workbook, worksheet, and cell address) without parsing the string? Thanks for your help. -- Steph |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to create a range address with ADDRESS function? | Excel Worksheet Functions | |||
return cell address of longest text string in a range | Excel Discussion (Misc queries) | |||
Pass a string to an address | Excel Programming | |||
Using a string to reference an address | Excel Programming | |||
Passing Cell Address (String or Range) | Excel Programming |