Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I am trying to add a line between the last selected cell and the current cell (in the same column), and I don't know the syntax on that. The recorded macro just went to the same spot every time and didn't move along with the new data. What I'm really trying to do is to have the worksheet automatically add a line between the previous cell and the current cell, when a new month has been entered. Is it possible? ![]() Ex: | A | B | |---------------|----------------| 1| 11/10/04 | | --|---------------|---------------| 2| 12/01/04 | | 3| 12/05/04 | | --|-------------------------------| 4| 01/05/04 | | -- Jeff Roper ------------------------------------------------------------------------ Jeff Roper's Profile: http://www.excelforum.com/member.php...o&userid=16293 View this thread: http://www.excelforum.com/showthread...hreadid=277324 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() you could use conditional formatting for that. select the column. (i'll assume we're in cell A1 Format/Conditional formatting in the DD select formula in the box enter =month(a1)<month(a2) click the format button, assign the bottom border a nice line. done. -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam Jeff Roper wrote : I am trying to add a line between the last selected cell and the current cell (in the same column), and I don't know the syntax on that. The recorded macro just went to the same spot every time and didn't move along with the new data. What I'm really trying to do is to have the worksheet automatically add a line between the previous cell and the current cell, when a new month has been entered. Is it possible? ![]() Ex: A | B | ---------------|----------------| 1| 11/10/04 | | --|---------------|---------------| 2| 12/01/04 | | 3| 12/05/04 | | --|-------------------------------| 4| 01/05/04 | | |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
3-Color Scale Vlookup for Current Month/Previous/Pre-Previous | Excel Discussion (Misc queries) | |||
date into current and previous quarters | Excel Discussion (Misc queries) | |||
ON SUBTOTAL LINE CARRY FORWARD DENOMINATOR FROM PREVIOUS LINE | Excel Worksheet Functions | |||
Conditional formatting on Current or previous Quarter entries | Excel Discussion (Misc queries) | |||
Calculating monthly totals for current and previous year | New Users to Excel |