Excel 2007 macro recorder weirdness

R

retsreg

My macro recorder doesn't seem to be working right. For example,
below is the unrecognizable output of simply selecting a cell and
typing "testing".

The recorded code doesn't work, and even shows up red in the VBA
editor. Has anyone else encountered this issue in Excel 2007?


Thanks


retsreg


Sub Macro7()
'
' Macro7 Macro
'


'
Range& VB_VarUserMemIdC2VB_VarUserMemId '+Select
ActiveCell FormulaR1C1 <= VB_VarUserMemIdtestingVB_VarUserMemId
Range& VB_VarUserMemIdC3VB_VarUserMemId '+Select
End Sub
 

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