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: 159
Default Help Please - how to link books and auto populate with new data

rivate Sub Workbook_Open()
Range("A65536").End(xlUp).Offset(1, 0).Select
Selection.Value = Selection.Offset(-1, 0).Value + 1
End Sub

I have this code thanks to DS, and I have a good number generator.

I do have a new need, please help if you can:

Problem:
Have several workbooks that are titled by year (for autos)
in each are several tabs(sheets) that equal the unique auto number.
On each of the sheets are discrepancies found for each auto. Each
descrepancy has a unique number(generated by the above code).
It would be great if the Workbooks and sheets are linked in a way that when
a workbook is opened and a particular sheet(Auto) selected in order for the
oerator to manually enter a new descrepancy. If they only had to click the
next empty cell in the "descrep no" column and that cell then called up the
number generator workbook, picked up the new number and then populated it to
the cell they clicked.


In this way the number generator workbook could just stay in the background.


THANKS to all you who help out!

 
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
How to auto populate an invoice from data in an existing worksheet juliebythesea Excel Discussion (Misc queries) 5 October 28th 09 08:14 AM
have an entire row populate with a link when the data in a cell ch ericaamousseau Excel Worksheet Functions 1 May 2nd 09 12:05 AM
have an entire row populate with a link when the data in a cell ca ericaamousseau Excel Worksheet Functions 0 May 1st 09 09:27 PM
Link and auto-populate cells in workbooks Larry New Users to Excel 0 June 22nd 06 03:58 PM
How do I get data entered in sheet1 to auto populate sheet2? MikeM Excel Programming 3 May 16th 06 01:51 AM


All times are GMT +1. The time now is 10:48 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"