> No, continue using your macro.
>
[quoted text clipped - 40 lines]
> > > > value because the paste was assigned to a particular cell. Or, is it somehow
> > > > possible to store the first set of values elsewhere before overwriting?
I am glad we are making progress. I don't know how your buttons are setup,
but let's say we have ten sheets with a button on each sheet. Create a
single macro in a module (bring up VBA and Insert > Module). Then you can
connect each button with the same macro. When the macro runs, it should run
on the active sheet.

Signature
Gary''s Student - gsnu200785
> Thank You, works great but now:
>
[quoted text clipped - 62 lines]
> > > > > value because the paste was assigned to a particular cell. Or, is it somehow
> > > > > possible to store the first set of values elsewhere before overwriting?
RJJ - 09 May 2008 18:16 GMT
I can "bring up VBA and Insert Module, but then what? Now, when I set up a
macro, I record it with my mouse clicks and then stop recording. That said,
I'm not sure what to do when I open a new module via VBA. As far as buttons
on my sheet, I really only need one button on sheet PO-LLC to copy, paste,
increment, and store values on sheet PO # Usage.
> I am glad we are making progress. I don't know how your buttons are setup,
> but let's say we have ten sheets with a button on each sheet. Create a
[quoted text clipped - 68 lines]
> > > > > > value because the paste was assigned to a particular cell. Or, is it somehow
> > > > > > possible to store the first set of values elsewhere before overwriting?