Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Kind of wondering if this is possible. Im new to the excel programming
a little. It throws me an error on the line where i try to look onto another sheet. any ideas For i = 1 To Worksheets("By Store").Cells.Count If Worksheets("By Store").Cells(i, column).Value = cboRefine Then For z = 1 To 13 Worksheets("Results").Cells(i, z).Value = Worksheets("By Store").Cells(i, z).Value Next End If Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I search for a .bmp in a worksheet using VBA in Excel | Excel Programming | |||
Search, Copy, Paste Macro in Excel | Excel Worksheet Functions | |||
Search and Copy within Excel using VBA | Excel Programming | |||
Create a search Field within a worksheet to search command buttons | Excel Programming | |||
Excel Copy/Search/Paste Help Needed ASAP! | Excel Programming |