Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Deleting and copy cells

I want to know is is possible to do the following and how.

1. Data entry person will be deleting a NAME on Sheet1 manually.
2.Macro will write the NAME that was deleting on Sheet1 to Sheet2 and will
write the date that was performed this action.

This is possible?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Deleting and copy cells

Do you mean clearing the cell with the NAME or actually deleting the cell and
pulling the rest of the column up?
--
Gary''s Student - gsnu200720


"anamarie30" wrote:

I want to know is is possible to do the following and how.

1. Data entry person will be deleting a NAME on Sheet1 manually.
2.Macro will write the NAME that was deleting on Sheet1 to Sheet2 and will
write the date that was performed this action.

This is possible?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Deleting and copy cells

Deleting the content of the cell (this will be perform manually) and then
with the macro automatically write the deleted data to another sheet.

"Gary''s Student" wrote:

Do you mean clearing the cell with the NAME or actually deleting the cell and
pulling the rest of the column up?
--
Gary''s Student - gsnu200720


"anamarie30" wrote:

I want to know is is possible to do the following and how.

1. Data entry person will be deleting a NAME on Sheet1 manually.
2.Macro will write the NAME that was deleting on Sheet1 to Sheet2 and will
write the date that was performed this action.

This is possible?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Deleting and copy cells


A worksheet_change event could undo the changecapture the changeask if
user really wanted to do itif so, do it copy the address,original,change
to a "tattle sheet"
--
Don Guillett
SalesAid Software

"anamarie30" wrote in message
...
I want to know is is possible to do the following and how.

1. Data entry person will be deleting a NAME on Sheet1 manually.
2.Macro will write the NAME that was deleting on Sheet1 to Sheet2 and will
write the date that was performed this action.

This is possible?


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
Excel Deleting embedded graphs during worksheet copy DaveH Charts and Charting in Excel 2 February 2nd 09 06:13 PM
Copy a record before deleting Shinu Excel Programming 3 February 15th 06 08:43 AM
Copy a record before deleting Tom Ogilvy Excel Programming 0 February 5th 06 03:33 AM
deleting unused cells / getting rid of inactive cells Woody13 Excel Discussion (Misc queries) 3 January 26th 06 09:11 PM
Deleting Hyphens or Dashes from multiple cells without deleting the remaining content rmaloy Excel Programming 5 February 9th 04 01:59 AM


All times are GMT +1. The time now is 06:58 PM.

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"