Editing Macro

  • Thread starter Thread starter heitorfjr
  • Start date Start date
H

heitorfjr

I saved an Excel Template from microsoft and customized for th
functions I wanted (Thanks Bob Phillips for the help). I was able t
partially edit the macro function but I can't go any further editing t
finish it.

I basically deleted a bunch of functions and the macro function is t
add a new month. However I was hoping to do it without adding new boxe
where the other functions used to be '(View screenshot).
(http://i30.photobucket.com/albums/c325/nyguy1/untitledhighlight.jpg)Als
for some reason it's not opening a new month exactly where it wa
originally designed to, if I don't have the box "Montly Gain/Loss" tha
I created highlighted, it will open to the left of whatever th
highlighted box is.

My new spreadsheet saved on geocities

http://www.geocities.com/heitorfjr/Measurementweighttracker.xls


Here is the original spreadsheet:

http://office.microsoft.com/en-us/templates/TC011684031033.aspx?CategoryID=CT01048287103
 
I think that you have not completely changed the macro to relate to your SS
changes. You changed the heading from 'Month loss' to 'Month Gain/Loss' and
you also changed the first part of the macro to look for the new heading.

But ... the macro looks for it again later (doh on template writer!), in the
line

Cells.Find(what:="month loss").Activate 'If Month Loss column is
found, select it

later in that macro. Why he just doesn't say

c.Activate

there is beyond me.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Back
Top