Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 265
Default A difficult thing to do¡¡¡¡¡¡¡

Hello everyone, I have a program that when you type a code and press a button
a macro automatically discount one of the code from stock, my problem is that
my boss want that wen you execute the macro in one cell appears the
substraction date of the code.
The problem is that if I use the now() function the following day the
registration date change, and also if I make a macro that copy the column and
paste the column as values, the program doesn't going to work when I type
another code, if I make a macro that retype the formulas in the cells, it
will errease all the last cells.

PLEASE HELP I'm having trouble in my job ans I really need to do something
with this.

Gratefully
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default A difficult thing to do¡¡¡¡¡¡¡

in your macro have it do something like

Cells(rw,col+1).Value = Date

--
Regards,
Tom Ogilvy


"filo666" wrote in message
...
Hello everyone, I have a program that when you type a code and press a

button
a macro automatically discount one of the code from stock, my problem is

that
my boss want that wen you execute the macro in one cell appears the
substraction date of the code.
The problem is that if I use the now() function the following day the
registration date change, and also if I make a macro that copy the column

and
paste the column as values, the program doesn't going to work when I type
another code, if I make a macro that retype the formulas in the cells, it
will errease all the last cells.

PLEASE HELP I'm having trouble in my job ans I really need to do something
with this.

Gratefully



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
Difficult IF Function (For me at least) help pete321 Excel Worksheet Functions 1 June 15th 06 02:59 AM
Help, too difficult for me. Menno Excel Worksheet Functions 4 January 19th 06 01:53 PM
Too difficult for me, please help. Menno Excel Worksheet Functions 3 October 7th 05 02:01 PM
Difficult but do-able? Jaydubs Excel Discussion (Misc queries) 8 October 6th 05 11:01 AM
A difficult thing to do¡¡¡¡¡¡ filo666 Excel Discussion (Misc queries) 1 March 2nd 05 03:40 AM


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