G Guest Feb 24, 2004 #1 Creating financial tables in excel, I need to know what to do in order to select the beginning of the table to the end of the table.
Creating financial tables in excel, I need to know what to do in order to select the beginning of the table to the end of the table.
F Frank Kabel Feb 24, 2004 #2 Hi try Set rng = Range(Cells(1,1),Cells(rows.count,1).End(xlup)) rng.select for getting column A from the beginning to the end
Hi try Set rng = Range(Cells(1,1),Cells(rows.count,1).End(xlup)) rng.select for getting column A from the beginning to the end