Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Auto update Invoice

I need to copy relevant information from an invoice across the page to named
cells, and have the information move down a line each time, can anyone help
me with the correct code. I have the code from an older version of Excel
which works fine, but 2003 does not like it. HELP!!!!
This is the old code:-

clearsht (a)
=FORMULA.GOTO("Start")
=FORMULA.GOTO("invoice")
=COPY()
=FORMULA.GOTO("fst")
=PASTE.SPECIAL(3,1,FALSE,FALSE)
=FORMULA.GOTO("date")
=COPY()
=FORMULA.GOTO("sec")
=PASTE.SPECIAL(3,1,FALSE,FALSE)
=FORMULA.GOTO("Job_Site")
=COPY()
=FORMULA.GOTO("trd")
=PASTE.SPECIAL(3,1,FALSE,FALSE)
=FORMULA.GOTO("gst")
=COPY()
=FORMULA.GOTO("forth")
=PASTE.SPECIAL(3,1,FALSE,FALSE)
=FORMULA.GOTO("invoice_total")
=COPY()
=FORMULA.GOTO("fth")
=PASTE.SPECIAL(3,1,FALSE,FALSE)
=FORMULA.GOTO("fst")
=COPY()
=FORMULA.GOTO("num")
=PASTE.SPECIAL(3,1,FALSE,FALSE)
=FORMULA.GOTO("gst")
=CLEAR(1)
=FORMULA.GOTO("Job_Site")
=CLEAR(1)
=FORMULA.GOTO("date")
=CLEAR(1)
=FORMULA.GOTO("fst")
=DELETE.NAME("fst")
=DELETE.NAME("sec")
=DELETE.NAME("trd")
=DELETE.NAME("forth")
=DELETE.NAME("fth")
=DELETE.NAME("sixth")
=SELECT("R[1]C[0]")
=DEFINE.NAME("fst")
=SELECT("R[0]C[1]")
=DEFINE.NAME("sec")
=SELECT("R[0]C[1]")
=DEFINE.NAME("trd")
=SELECT("R[0]C[1]")
=DEFINE.NAME("forth")
=SELECT("R[0]C[1]")
=DEFINE.NAME("fth")
=SELECT("R[0]C[1]")
=DEFINE.NAME("sixth")
=SELECT("R[0]C[1]")
=FORMULA.GOTO("start")
=RETURN()



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
Auto filling name and address on invoice Candyman New Users to Excel 4 September 11th 07 10:24 PM
Auto Number in Invoice Pammi J New Users to Excel 43 February 26th 07 10:39 PM
Invoice number that auto advances??? merlin2ate New Users to Excel 1 December 6th 06 10:13 AM
invoice auto numbers turtle451 Excel Worksheet Functions 1 January 15th 05 02:04 AM
Auto invoice numbering unkown Excel Programming 3 April 6th 04 03:15 PM


All times are GMT +1. The time now is 05:24 AM.

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

About Us

"It's about Microsoft Excel"