lakeside park
New Member
- Joined
- Mar 8, 2023
- Messages
- 3
- Office Version
- 2007
- Platform
- Windows
Hi
See some great solutions offered here. Wonder if you can help me
I have a spreadsheet with columns of mixed data. I want to search thru column C which is in date format dd/mm/yyyy and insert a line when my input date (input using an InputBox or some form I have to create) is greater than or equal to a date in the column. So if my input date = 2/21/2030 a line would be inserted into the table just after 2/21/2029 and before 2/21/2031, the "input_line". Then I would want to fill the line with a color so I know where the line was inserted and write the input date into cell C:input_line.
I need to populate the line with other input data but I can probably figure that out from the code sample provided and I need to do this on 3 different worksheets in the same file.
Thanks for your help
See some great solutions offered here. Wonder if you can help me
I have a spreadsheet with columns of mixed data. I want to search thru column C which is in date format dd/mm/yyyy and insert a line when my input date (input using an InputBox or some form I have to create) is greater than or equal to a date in the column. So if my input date = 2/21/2030 a line would be inserted into the table just after 2/21/2029 and before 2/21/2031, the "input_line". Then I would want to fill the line with a color so I know where the line was inserted and write the input date into cell C:input_line.
I need to populate the line with other input data but I can probably figure that out from the code sample provided and I need to do this on 3 different worksheets in the same file.
Thanks for your help