Question: The following code is a macro I typed into a module. Sub Numbers ( ) 'this macro puts number patterns in columns 'use a For
The following code is a macro I typed into a module.
Sub Numbers
'this macro puts number patterns in columns
'use a For loop to add numbers to rows to
For rowcounter To
CellsrowcounterValue rowcounter 'column has
CellsrowcounterValue rowcounter 'column has
CellsrowcounterValue rowcounter 'column has
Next rowcounter
End Sub
Copy the above code into your module and add the following to the above code. Make sure to add your own comments for this new code. To test this code you can use the same steps as the instructions I gave for testing a recorded macro.
In column put the sequence of number log log log for rows.
In column put the sequence of numbers for rows.
After updating the code, paste your macro back into this document.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
