Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Larry
 
Posts: n/a
Default Link and fill cells in workbooks

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 would
like it to place the new number into the existing number cell so only one new
number shows up when the workbook is opened.
Better than that would be getting a solution for this:
Problem:
I need to have several workbooks that are titled by year (for autos)
in each are several tabs(sheets) the equal the unique auto number.
On each of the sheets are various discrepancies found for each auto.
So, I now have a number generator. Can I set it up so that all sheets and
Workbooks are linked in a way that when a workbook is opened and a particular
Auto selected: a new discrepancy is to be entered manually, when the operator
Clicks on the column "waiver no" (the new generated number); can it be set
to ask "new number?" yes/no, if yes it automatically goes to the new number
workbook, generates the new number and then populates the cell just clicked?

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


thanks to all you who help us newbies out!


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
Copying links ACULAK Excel Worksheet Functions 1 April 26th 06 03:18 AM
Fill Handle Bob Umlas, Excel MVP Excel Discussion (Misc queries) 0 March 28th 06 04:48 PM
How do I total range of cells that have checks in checkboxes? instructorjml Excel Discussion (Misc queries) 2 March 23rd 06 11:56 AM
Can i "series fill" a number of cells with hyperlinks? Matt Excel Discussion (Misc queries) 1 February 3rd 06 02:19 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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