Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try something like this:
Sub abc() Dim add As String Dim mahlaka As String mahlaka = "sheet1" add = "o5" MsgBox _ Worksheets(mahlaka).Range(add).Offset(0, 1).Address End Sub Patrick Molloy Microsoft Excel MVP -----Original Message----- Hi, Why it does't work and returns "range class falure" i = "o5" Worksheets(mahlaka).Activate Range(i).Select ActiveCell.Offset(0, 1).Select i = ActiveCell.Address Please help me . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unable to set the FormulaArrary property of the range class | Excel Worksheet Functions | |||
Autofill method of range class failed | Excel Discussion (Misc queries) | |||
Autofill method of range class failed | Excel Discussion (Misc queries) | |||
class range...select...(reserved for expert) | Excel Programming | |||
Unable to set the Locked Property of the Range Class | Excel Programming |