Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've been trying to write a macro as below to commit above task, but errors
like "variable not defined" and "sub or function not defined" keep poping up. Sub Macro1() x = 3 Do While ActiveCell(x, 11).Value < "" Cells(x, 10).Value = "PO#" + Cell(x, 1).Value + " " + Cell(x, 3).Value x = x + 1 Loop End Sub Could you please help? I'm a beginner at the stage and so happy to find out this wonderful community. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checking if information in a cell is within a column | Excel Worksheet Functions | |||
Dependant or Refenced Cells Calculations | Excel Discussion (Misc queries) | |||
Conditional Format as a MACRO | Excel Worksheet Functions | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions |