J
JMay
In my file name
AutoInsert_NewRows_WithFormulas_Repeated_Without_Constants.xls
I went into VBE Insert Module and Pasted:
Sub InsertRowsAndFillFormulas(Optional vRows As Long)
' Documented: http://www.mvps.org/dmcritchie/excel/insrtrow.htm
' Re: Insert Rows -- 1997/09/24 Mark Hill <[email protected]>
'Dim vRows As Integer
' row selection based on active cell -- rev. 2000-09-02 David McRitchie
ActiveCell.EntireRow.Select 'So you do not have to preselect entire row
xxxxxxxxxxxxxxxxxx blah, blah....
End Sub
When I go back into the spreadsheet and Alt-F8, I dont see it
(nsertRowsAndFillFormulas) with
Macros In: >>> Shows >>>> All Open Workbooks
All I see are my several
personal.xls!abc
personal.xls!def
personal.xls!hij
personal.xls!klm
This has never happen; I've been trying to correct this for over an hour; I
need help
Any Ideas????
TIA..
AutoInsert_NewRows_WithFormulas_Repeated_Without_Constants.xls
I went into VBE Insert Module and Pasted:
Sub InsertRowsAndFillFormulas(Optional vRows As Long)
' Documented: http://www.mvps.org/dmcritchie/excel/insrtrow.htm
' Re: Insert Rows -- 1997/09/24 Mark Hill <[email protected]>
'Dim vRows As Integer
' row selection based on active cell -- rev. 2000-09-02 David McRitchie
ActiveCell.EntireRow.Select 'So you do not have to preselect entire row
xxxxxxxxxxxxxxxxxx blah, blah....
End Sub
When I go back into the spreadsheet and Alt-F8, I dont see it
(nsertRowsAndFillFormulas) with
Macros In: >>> Shows >>>> All Open Workbooks
All I see are my several
personal.xls!abc
personal.xls!def
personal.xls!hij
personal.xls!klm
This has never happen; I've been trying to correct this for over an hour; I
need help
Any Ideas????
TIA..