Unable to select cells

E

edwardpestian

I have a workbook with several macros built in. All of the sudden, I am
unable to select several columns of cells. If I choose to disable
macros upon opening the file, I can select the cells; however if I
enable macros every time I click on any cell in the range, it defaults
to cell A1

Any ideas?

Thanks

EP
 
D

Dave Peterson

Well, did you not want yourself to select cells? <vbg>

It sounds like your workbook has macros in it.

Did you mean to include any macros in the workbook?

If you didn't, then take a look at Debra Dalgleish's site to make sure you have
cleaned everything up:
http://www.contextures.com/xlfaqMac.html#NoMacros

Maybe it's an experiment gone awry.
 
E

edwardpestian

I'm new to VBA, so writing macros is a bit of a challenge. Anyway, I had
a macro to limit the scroll area that was somehow conflicting with
selecting the cells in question

Thanks.

EP
 
Top