Macro without cell references......

W

Winnie_Shrub

Have created spreadsheet with many different records. Have recorded macro
that copies information of a record into a form so that I can publish to
users. Macro works well but keeps copying same record regardless of which
record I am highlighting on the sheet.

Can anyone tell me if I can replace the cell references in the VB code so
that it applies the same movements but applied to whichever row I'm on?
 
F

FSt1

hi,
without seeing your code i can only guess but try replacing your cell
reference with the keyword ActiveCell. you may also want to look the word up
in vb help.

regards
FSt1
 

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

Top