Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there any way of getting data from a WorkSheet
without actually selecting it. an extract of my code is:- Worksheets("Data").Activate Dim MyArray(40, 40) For i = 2 To Cells(Cells.Rows.Count, "A").End(xlUp).Row - 1 X = Range("A" & i).Value If Mid(Range("C" & i), 5, 1) = "(" Then Y = Left(Range("C" & i), 7) GoTo Line1 End If Y = Left(Range("C" & i), 3) Line1: MyArray(i - 2, 0) = X MyArray(i - 2, 1) = Y Next i ListBox1.List() = MyArray What I'm trying to avoid is the screen changing from a particular WorkSheet to the "Data" worksheet, when the code is run donwb |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automatically appending newly added data on worksheet to a master list worksheet | Links and Linking in Excel | |||
Copy data in multiple worksheet tabs into one worksheet | Excel Programming | |||
Scan data on worksheet 2 and display a summary on Worksheet 1 | Excel Programming | |||
Using a column of data from 1 worksheet to extract data from another worksheet | Excel Worksheet Functions | |||
Attaching a JET database to an Excel Worksheet OR storing large binary data in a worksheet | Excel Programming |