Hi there,
I have the following worksheet
What I need to do is that if the value in Cell A1 = Field01 then I want to delete the Row 1. I need this to loop through all Sheets in the workbook and do the same. One last thing is that I need this to happen everytime the workbook is opened.
Thanks in advance for any help.
Thanks
Geoff
I have the following worksheet
Journal_Template1.xls | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | |||
1 | Field01 | Field02 | Field03 | Field04 | Field05 | Field06 | Field07 | Field08 | Field09 | Field10 | Field11 | ||
2 | Profitcenter | G/Laccountno. | Value | Text | Region | ProductGroup4 | Segment2 | Channel | Billed/Unbilled | Quantity | |||
3 | P | / | / | -2584.78 | NRRDeferralReleaseRevenue | ZZ | 91 | 13 | ZZ | 1 | |||
4 | P | / | / | -2086.1 | NRRDeferralReleaseRevenue | ZZ | 91 | 99 | ZZ | 1 | |||
5 | P | 14500000 | 46000000 | 35042982.01 | NRRDeferralReleaseRevenue | ||||||||
6 | P | / | / | 2766.98 | NRRDeferralReleaseRevenue | ZZ | 91 | 13 | ZZ | 1 | |||
7 | P | / | / | 2295.38 | NRRDeferralReleaseRevenue | ZZ | 91 | 99 | ZZ | 1 | |||
8 | P | 14500000 | 46000000 | -37950681.26 | NRRDeferralNewDeferral | ||||||||
9 | |||||||||||||
10 | |||||||||||||
11 | Header | ||||||||||||
12 | Comp: | 2352 | -72993663.27 | B/Saccount | -1 | ||||||||
13 | FinYear: | 2005 | 72993663.27 | G&Laccount | |||||||||
14 | FinPeriod: | 10 | |||||||||||
15 | DocType | G1 | |||||||||||
16 | DocCurrency: | USD | |||||||||||
2352 |
What I need to do is that if the value in Cell A1 = Field01 then I want to delete the Row 1. I need this to loop through all Sheets in the workbook and do the same. One last thing is that I need this to happen everytime the workbook is opened.
Thanks in advance for any help.
Thanks
Geoff