Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm not new to Excell but I have never used VBA to create and run a macro. I
am trying to create a macro to perform various functions in a workbook when a cell is clicked on. I am working with an inventory workbook and I want to move values from one column to another on a worksheet, then zero the contents of columns in other sheets in the workbook. Is this a viable routine or am I expecting too much? Any help would be most welcome. thanks Bill |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That is very possible. Obviously more info would be required. My only caution
is that you need to be very careful deleteing things. There is no Undo on a macro so deleted is deleted... No turning back. I normally avoid deleteing. I will make a copy of the original and delete from the copy or something similar... -- HTH... Jim Thomlinson "Bill K" wrote: I'm not new to Excell but I have never used VBA to create and run a macro. I am trying to create a macro to perform various functions in a workbook when a cell is clicked on. I am working with an inventory workbook and I want to move values from one column to another on a worksheet, then zero the contents of columns in other sheets in the workbook. Is this a viable routine or am I expecting too much? Any help would be most welcome. thanks Bill |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the response. Sorry I should have explained better. The routine
that I wish to design is one which would save the file as "filename" + the current date. Then the original file would have the changes made to it. I want to move the values from a "Closing Stock" column to the "Open Stock" column then delete the "closing Stock" figures plus the entries for deliveries on the other worksheets in the workbook. Thus preparing the inventory workbook for a new month. What kind of routine would do this? thanks again "Jim Thomlinson" wrote: That is very possible. Obviously more info would be required. My only caution is that you need to be very careful deleteing things. There is no Undo on a macro so deleted is deleted... No turning back. I normally avoid deleteing. I will make a copy of the original and delete from the copy or something similar... -- HTH... Jim Thomlinson "Bill K" wrote: I'm not new to Excell but I have never used VBA to create and run a macro. I am trying to create a macro to perform various functions in a workbook when a cell is clicked on. I am working with an inventory workbook and I want to move values from one column to another on a worksheet, then zero the contents of columns in other sheets in the workbook. Is this a viable routine or am I expecting too much? Any help would be most welcome. thanks Bill |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
weird saving of a document with macros resulting with macros being transfered to the copy | Excel Programming | |||
Macros inside macros, and pasting into macro code. | Excel Programming | |||
Macro Size Limit / open macros with macros? | Excel Programming | |||
Macros not appearing in the Tools Macro Macros list | Excel Programming | |||
Suppress the Disable Macros / Enable Macros Dialog | Excel Programming |