Macro

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
alleyb
Posts: 2
Joined: Sat Nov 26, 2011 9:14 pm
Location: Colorado
Contact:

Macro

Post by alleyb »

I have a text file that is written in html code for my website
Everyday I update the file with new data
but I cannot get the macro to do some basic work
like go to line 91 and copy paste the line over the existing text of line 92
then go to line 98 and copy paste that line over the existing text in line 99
etc. As there are a substantial number of entries that require this update I would like to automate it because the update thereafter is by manual input where I change the information in line 88 and line 98 etc

I also have a line which has the date in it
Is there a way to increment the date to the next day using just weekdays
IE <td valign="middle" class="row_color">11/25/11</td>
becomes <td valign="middle" class="row_color">11/28/11</td>

TIA for all and any help
alleyb
Posts: 2
Joined: Sat Nov 26, 2011 9:14 pm
Location: Colorado
Contact:

Post by alleyb »

The macro record seems to work now although it did not to begin with but the 2nd part of the query re change/increment of date still need help for that pretty pls
Post Reply