Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Nargile
 
Posts: n/a
Default R1C1 problems - Can't change


Hei guys.

I'm currently helping a friend of mine setting up some spreadsheets,
and something weird has started to happen. We now have 7 different
spreadsheet, which all automatically changes to R1C1-format. We started
with one, and trying to make it a bit easier on the eye, we cut'n'pasted
some stuff around and changed the formulas accordingly(all formulas are
simple SUMs of 3 or 4 other cells)
Suddenly, whenever we copy or move a cell to another, the spreadsheet
automatically switches to R1C1-format and all formulas change. That was
only the one, and the other ones were working fine, until we copied a
cell(a number) from one spreadsheet to another, and then the other one
suddenly changed aswell.. So after moving stuff back and forth to have
the setup of sheets we(he) wanted etc we now have 7 sheets with the
same disease.. I know how to switch off R1C1, and we do, but as soon as
anything is changed/added/removed in the spreadsheet, it jumps back to
running R1C1..

Any ideas would be much appreciated!


--
Nargile
------------------------------------------------------------------------
Nargile's Profile: http://www.excelforum.com/member.php...o&userid=35488
View this thread: http://www.excelforum.com/showthread...hreadid=552611

  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default R1C1 problems - Can't change

Could be you have a Change-event macro that is re-setting the Reference Style
.....
Try starting the file with macros disabled......then change it back and see
if it automatically re-changes again.

Vaya con Dios,
Chuck, CABGx3



"Nargile" wrote:


Hei guys.

I'm currently helping a friend of mine setting up some spreadsheets,
and something weird has started to happen. We now have 7 different
spreadsheet, which all automatically changes to R1C1-format. We started
with one, and trying to make it a bit easier on the eye, we cut'n'pasted
some stuff around and changed the formulas accordingly(all formulas are
simple SUMs of 3 or 4 other cells)
Suddenly, whenever we copy or move a cell to another, the spreadsheet
automatically switches to R1C1-format and all formulas change. That was
only the one, and the other ones were working fine, until we copied a
cell(a number) from one spreadsheet to another, and then the other one
suddenly changed aswell.. So after moving stuff back and forth to have
the setup of sheets we(he) wanted etc we now have 7 sheets with the
same disease.. I know how to switch off R1C1, and we do, but as soon as
anything is changed/added/removed in the spreadsheet, it jumps back to
running R1C1..

Any ideas would be much appreciated!


--
Nargile
------------------------------------------------------------------------
Nargile's Profile: http://www.excelforum.com/member.php...o&userid=35488
View this thread: http://www.excelforum.com/showthread...hreadid=552611


  #3   Report Post  
Posted to microsoft.public.excel.misc
Nargile
 
Posts: n/a
Default R1C1 problems - Can't change


Sorry, should have mentioned. Tried that actually, but didn't work..


--
Nargile
------------------------------------------------------------------------
Nargile's Profile: http://www.excelforum.com/member.php...o&userid=35488
View this thread: http://www.excelforum.com/showthread...hreadid=552611

  #4   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default R1C1 problems - Can't change

Assuming the problem is only wiht this one file, then Major surgery may be in
order .......copying all data out of that workbook into a new one........one
sheet at a time, one module at a time, to see when/if the problem pops back
up..........

Vaya con Dios,
Chuck, CABGx3



"Nargile" wrote:


Sorry, should have mentioned. Tried that actually, but didn't work..


--
Nargile
------------------------------------------------------------------------
Nargile's Profile: http://www.excelforum.com/member.php...o&userid=35488
View this thread: http://www.excelforum.com/showthread...hreadid=552611


  #5   Report Post  
Posted to microsoft.public.excel.misc
Nargile
 
Posts: n/a
Default R1C1 problems - Can't change


Hehe now this is where it gets interresting! Like it says, it "spreads"
when we copy numbers from one workbook to another.. (sorry if i get
confused with sheets, books etc). The point is, these are different
xls-files. Copying to a brand new one doesn't help. Printing and
writing everything in by hand works.. ;)

Also: I tried uploading the file to google-spreadsheet and then
downloading it again after opening it online, and it actually works
fine after that(only our pretty colours and frames are gone..:)


--
Nargile
------------------------------------------------------------------------
Nargile's Profile: http://www.excelforum.com/member.php...o&userid=35488
View this thread: http://www.excelforum.com/showthread...hreadid=552611



  #6   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default R1C1 problems - Can't change

So apparently your problem in over now?

Every once in a while I have experienced the need to "rebuild" a workbook
from scratch. Sometimes by copying portions over to another workbook,
sometimes by actually having to hand re-enter the data, but in these really
confuzing situations, it usually works.

Vaya con Dios,
Chuck, CABGx3



"Nargile" wrote:


Hehe now this is where it gets interresting! Like it says, it "spreads"
when we copy numbers from one workbook to another.. (sorry if i get
confused with sheets, books etc). The point is, these are different
xls-files. Copying to a brand new one doesn't help. Printing and
writing everything in by hand works.. ;)

Also: I tried uploading the file to google-spreadsheet and then
downloading it again after opening it online, and it actually works
fine after that(only our pretty colours and frames are gone..:)


--
Nargile
------------------------------------------------------------------------
Nargile's Profile: http://www.excelforum.com/member.php...o&userid=35488
View this thread: http://www.excelforum.com/showthread...hreadid=552611


  #7   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default R1C1 problems - Can't change

More things to check...

If you open excel in safe mode:

Close excel
windows start button|Run
excel /safe

File|Open yourworkbookname.xls

Do you still have the same trouble?

In safe mode, excel won't allow macros to run. If the problem goes away, maybe
it's a macro that's causing the trouble--in an addin???

I'd start looking for this "helpful" addin.

Chip Pearson has some notes on how to diagnose startup errors:
http://www.cpearson.com/excel/StartupErrors.htm

And Jan Karel Pieterse has more notes:
http://www.jkp-ads.com/Articles/StartupProblems.asp

Nargile wrote:

Hei guys.

I'm currently helping a friend of mine setting up some spreadsheets,
and something weird has started to happen. We now have 7 different
spreadsheet, which all automatically changes to R1C1-format. We started
with one, and trying to make it a bit easier on the eye, we cut'n'pasted
some stuff around and changed the formulas accordingly(all formulas are
simple SUMs of 3 or 4 other cells)
Suddenly, whenever we copy or move a cell to another, the spreadsheet
automatically switches to R1C1-format and all formulas change. That was
only the one, and the other ones were working fine, until we copied a
cell(a number) from one spreadsheet to another, and then the other one
suddenly changed aswell.. So after moving stuff back and forth to have
the setup of sheets we(he) wanted etc we now have 7 sheets with the
same disease.. I know how to switch off R1C1, and we do, but as soon as
anything is changed/added/removed in the spreadsheet, it jumps back to
running R1C1..

Any ideas would be much appreciated!

--
Nargile
------------------------------------------------------------------------
Nargile's Profile: http://www.excelforum.com/member.php...o&userid=35488
View this thread: http://www.excelforum.com/showthread...hreadid=552611


--

Dave Peterson
  #8   Report Post  
Posted to microsoft.public.excel.misc
Nargile
 
Posts: n/a
Default R1C1 problems - Can't change


Well the problem is over if we open it in google spreadsheet and then
download it locally again, but it's annoying, and i'd really like to
figure out how/why this happened.
Thanks for the tips! I'm away for the weekend, but will check it on
monday.:)


--
Nargile
------------------------------------------------------------------------
Nargile's Profile: http://www.excelforum.com/member.php...o&userid=35488
View this thread: http://www.excelforum.com/showthread...hreadid=552611

  #9   Report Post  
Posted to microsoft.public.excel.misc
Nargile
 
Posts: n/a
Default R1C1 problems - Can't change


Hmm.. Ok I tried everything i could find on bugs etc, and the tips and
links you gave me, but nothing. No matter how I open the file, it still
changes back to R1C1-style as soon as anything is changed in the file.


--
Nargile
------------------------------------------------------------------------
Nargile's Profile: http://www.excelforum.com/member.php...o&userid=35488
View this thread: http://www.excelforum.com/showthread...hreadid=552611

  #10   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default R1C1 problems - Can't change

You opened in safe mode and still had the trouble.

Save a new workbook in A1 reference style.

Close excel.

reopen excel in safe mode.

Is that initial workbook shown in A1 or R1C1 reference style.

If it's A1, then try opening the test workbook that you just saved. Is excel
still in A1 reference style?

Excel picks this up from the first workbook you open in that session. Maybe
it's your personal.xls workbook--or an addin.

You sure you followed Chip/Jan Karel's instructions when you were checking
things out??



Nargile wrote:

Hmm.. Ok I tried everything i could find on bugs etc, and the tips and
links you gave me, but nothing. No matter how I open the file, it still
changes back to R1C1-style as soon as anything is changed in the file.

--
Nargile
------------------------------------------------------------------------
Nargile's Profile: http://www.excelforum.com/member.php...o&userid=35488
View this thread: http://www.excelforum.com/showthread...hreadid=552611


--

Dave Peterson


  #11   Report Post  
Posted to microsoft.public.excel.misc
Nargile
 
Posts: n/a
Default R1C1 problems - Can't change


Yup, sure I followed the tips. And opening another workbook with A1
works fine. Thing is, the document I'm struggling with also opens as
A!, until i take a copy of a cell, or do anything with the document at
all, it changes back. Don't even have to do anything so any formulas
are updated. Just CTRL+C an empty cell, and every formula in the
workbook is suddenly R1C1.


--
Nargile
------------------------------------------------------------------------
Nargile's Profile: http://www.excelforum.com/member.php...o&userid=35488
View this thread: http://www.excelforum.com/showthread...hreadid=552611

  #12   Report Post  
Member
 
Location: London
Posts: 78
Default

I have had periods of experiencing this problem too - which later on has then just stopped - then a few months later it will happen again.

Even when no workbooks I've been using were ever set to R1C1 format.

This is a quirk I've just learned to live with. No macros or settings indicate that it should be happening, but sometimes - it just does.

Regards,
BizMark
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
change info in other cells when i change a number in a drop list? macbr549 Excel Discussion (Misc queries) 2 September 11th 05 02:07 AM
How do I get the font color to change automatically depending on gtcarlsbad Excel Discussion (Misc queries) 2 February 1st 05 02:39 AM
Excel help should explain how to change r1c1 to a1 schlimgen Excel Discussion (Misc queries) 2 January 27th 05 02:10 AM
How do I link two cells as to allow me to change the value in eit. jpvlvt Excel Discussion (Misc queries) 3 January 26th 05 01:28 AM
automatic color change in cells using a drop down list kennethwt Excel Worksheet Functions 1 January 21st 05 06:37 PM


All times are GMT +1. The time now is 12:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"