Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ja Ja is offline
external usenet poster
 
Posts: 1
Default New macro user query

I am new at doing custom macros and would like to know if someone can help
with the following issue I have.
I would like to create a macro which goes to column A of that current row,
makes the data in that cell strikethrough, then goes to column D and inserts
the current date.

Is this possible?
Thanks in advance for any help
Jason


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default New macro user query

go to File=Open and click the tools dropdown. Select Find and see if there
are any conditions there that would cause you not to find your file.

--
Regards,
Tom Ogilvy

"Ja" <jason wrote in message ...
I am new at doing custom macros and would like to know if someone can help
with the following issue I have.
I would like to create a macro which goes to column A of that current row,
makes the data in that cell strikethrough, then goes to column D and

inserts
the current date.

Is this possible?
Thanks in advance for any help
Jason




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default New macro user query

Try this jason

Sub test()
Cells(ActiveCell.Row, "D").Value = Format(Now, "yy-mm-dd")
Cells(ActiveCell.Row, "A").Font.Strikethrough = True
End Sub


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"Ja" <jason wrote in message ...
I am new at doing custom macros and would like to know if someone can help
with the following issue I have.
I would like to create a macro which goes to column A of that current row,
makes the data in that cell strikethrough, then goes to column D and inserts
the current date.

Is this possible?
Thanks in advance for any help
Jason




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
another macro query - deleting a worksheet within a query DavidHawes Excel Discussion (Misc queries) 2 February 26th 07 10:05 AM
how to do a web query on an web browser on an user form using macros Sunny via OfficeKB.com Links and Linking in Excel 0 March 28th 06 01:47 PM
Another User Form Query mully New Users to Excel 2 May 24th 05 02:38 PM
How do I know if another user have inserted a web query on my wshe Inpromptu Excel Worksheet Functions 0 November 9th 04 03:18 PM


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