Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Refer the worksheet object. (VB code)
Dim ws as Excel.Worksheet SEt ws = Worksheets("Sheet1") Msgbox ws.Range("A1") If this post helps click Yes --------------- Jacob Skaria "faffo1980" wrote: Hi all, I'm working in c# with Excel.Range objects. I would like to know if the Exce.range object always refers to the active sheet or if it can refer to a different sheet. I mean: may I work on a range of cell belonging to a sheet different from the active one? Thanks, faffo1980 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change InputBox Range Selection to Column Letter Selection | Excel Programming | |||
How do you do a range selection dialog like those many in Excel? | Excel Programming | |||
Range(Selection, Selection.End(xlToRight)).Select | Excel Programming | |||
Excel VBA help - Range selection | Excel Programming | |||
Excel VBA - Range(Selection, Selection.End(xlDown)).Name issue. | Excel Programming |