LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 111
Default Converting from 123 to Excel

The boss has told me to get our last 123 worksheet converted over to Excel.
BTW we are using the Excel 2003 version, at work here.

Most of the formulas have copied over just fine, but there are a few that
just did not come at all. Only reason that we still use 123 is that when we
add new worksheets, the 123 formulas automatically flow into the new sheet,
referring back to the last old sheet, Excel only refers back to the original
sheet that the formula was written for. Example:

Sheet A has formulas in cells A3, A5 and B5 for example
Now create new worksheets B, C, D

B will refer back to A, C will refer back to B, and D will refer back to C.
But in Excel this doesnt happen.

As another example each page in 123 has a reference number that when I add
new pages its automatically changes by one on the new page. I can not get
this to happen in Excel.

So what I have tried but it will not work is this formula in VBA:

Function PrevSheet(rCell as Range)
Application.Volatile
Dim 1 as Integer
I=rCell.Cells(1).Parent.Index
PrevSheet=Sheets(i-1).Range (rCell.Address)
End Function.


Now I do not remember where I got this code from, so can not go back and ask
for help, so am turning to you folks. The error message in Excel is #NAME

Have off and on been trying to this to work for awhile now.

 
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
Converting a date to a text field w/o converting it to a julian da LynnMinn Excel Worksheet Functions 2 March 6th 08 03:43 PM
Converting PDF to Excel Jalal Excel Discussion (Misc queries) 4 March 2nd 08 08:56 PM
Converting from WP to Excel Desiree- Excel Discussion (Misc queries) 1 September 6th 07 07:36 PM
Converting a GIF or JPG into Excel carl Excel Worksheet Functions 1 March 31st 06 10:16 PM
converting excel to xml Jacob Excel Programming 1 September 15th 05 06:11 PM


All times are GMT +1. The time now is 01:34 AM.

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"