Excel 4 macro

  • Thread starter Thread starter brwilson
  • Start date Start date
B

brwilson

I have an old spreadsheet with excel 4 macro's that I am trying t
update. I am having a problem with the following line.
" =SELECT("R[5]C:R[324]C") "
If I select a column then run the macro it will select rows 5 throug
324 in whatever column I have selected. I want to update this to VBA i
excel 2000. Any suggestions
 
Range(Cells(5, ActiveCell.Column), Cells(324, ActiveCell.Column)).Select
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top