Reletive Referencing - Marco issues

  • Thread starter Thread starter craiglittleperth
  • Start date Start date
C

craiglittleperth

Morning All,

I am having a little bit of a problem.

When I normally build out my macros i cheat by recording bits of the
action and stringing them together....not best practice I know..but
does the little tasks i need.

However... moving to a new job and a new computer, it would seem i
can't TURN OFF Relative Referencing in my macro recorder! Even though
i am pushing the toggle button (that we all know is very vauge anyway)
to both on and off. Relative referencing is always recorded in the VBA
coding....

Can anyone help me please.. .. before i have to manually sort and
filter 137 work sheets!! ouch!!!!

Thank you

Craig
 
Craig,

Try resetting the commandbar:

Application.CommandBars("Stop Recording").Reset

Otherwise, post your code and your questions here, and you'll be fine. Neither mode makes code that
is ideal, and either mode makes code that you can fix to do what you want.

HTH,
Bernie
MS Excel MVP
 
Craig,

Try resetting the commandbar:

Application.CommandBars("Stop Recording").Reset

Otherwise, post your code and your questions here, and you'll be fine. Neither mode makes code that
is ideal, and either mode makes code that you can fix to do what you want.

HTH,
Bernie
MS Excel MVP












- Show quoted text -

hi Bernie,

Thank you for this. It doesn't work unfortunatly. I can post the
coding. But it is none too pretty, and until I can turn this relative
referencing off!!

have you any other thoughts?

Thanks

Craig
 

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