»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 10-03-2003, 07:19 AM   #11 (permalink)
Registered User
 
Join Date: Jun 2003
Posts: 31
jjst34 is on a distinguished road
Quote:
Originally posted by Epidemic
=IF(G14="Total",SUM(OFFSET(E7,-4,4):OFFSET(E7,6,4)),"")

Not sure if this does what you want but here give this a whirl.

ps this is a formula of course.

I did not generate a macro for this one.


This one sitll only sums I3:I13,,, I want it to sum up to the top #, for instance I put a # in I2,, it doesn't pick it up... You know how when you hit the AutoSum button it sums up to the very top of the #'s, even if there is 3 #'s or 5000, as long as there's no breaks... Thanks!

jjst34 is offline   Reply With Quote
Old 10-03-2003, 07:35 AM   #12 (permalink)
Registered User
 
Epidemic's Avatar
 
Join Date: Mar 2002
Posts: 400
Epidemic is on a distinguished road
Mmmmmm,

a needs to be defined. wonder why? I am running 97 but systems where I have programed with office xp. hmmmmm!!!

Ok what the hell

dim a as integer above the sub line
Epidemic is offline   Reply With Quote
Old 10-03-2003, 07:43 AM   #13 (permalink)
Registered User
 
Epidemic's Avatar
 
Join Date: Mar 2002
Posts: 400
Epidemic is on a distinguished road
Mmmmmm,

a needs to be defined. wonder why? I am running 97 but systems where I have programed with office xp. hmmmmm!!!

Ok what the hell

above the sub line
dim a as integer
Epidemic is offline   Reply With Quote
Old 10-03-2003, 07:49 AM   #14 (permalink)
Registered User
 
Join Date: Jun 2003
Posts: 31
jjst34 is on a distinguished road
Simple solution!! Appreciate your help on that problem... I just changed it to:

Sub Find_and_delete_rows()
On Error GoTo done
Do While 1 < 1000
Cells(1, 1).EntireColumn.Find("Hello", LookIn:=xlWhole, Lookat:=xlWhole).Select
Range(ActiveCell(), ActiveCell.Offset(9, 0)).Select
Selection.EntireRow.Delete
Loop
done:
End Sub

Last edited by jjst34; 10-03-2003 at 07:55 AM.
jjst34 is offline   Reply With Quote
Old 10-03-2003, 09:46 AM   #15 (permalink)
Registered User
 
Epidemic's Avatar
 
Join Date: Mar 2002
Posts: 400
Epidemic is on a distinguished road
sneaky
Epidemic is offline   Reply With Quote
Old 10-03-2003, 10:10 AM   #16 (permalink)
Registered User
 
Join Date: Jun 2003
Posts: 31
jjst34 is on a distinguished road
Talk

whatever does the trick!
jjst34 is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 08:06 AM.