Hi,
I usually record my macros and therefore I not really know how to use VBA code.
I have data file that include several rows that I don't need (quantity of the rows may changed from time to time).
see file example:
"
txtSelectedTimeSpan textbox8
Site: HVC Tester Type: CMT ,OLB ,Verigy
textbox12 textbox15 textbox21 textbox24 textbox30 textbox33 textbox36 textbox45 textbox46 textbox47 textbox48 textbox49
HVC CMT 93.75 76.84% 15.75 12.91% 4.5 3.69% 8 6.56% 0 0.00%
HVC Verigy 34.5 28.28% 43.75 35.86% 43.75 35.86% 0 0.00% 0 0.00%
textbox44 textbox4 textbox6 textbox11 textbox14 textbox17 textbox20 textbox23 textbox26 textbox29 textbox32 textbox35
CMT CMT0263 39.25 64.34% 10.5 17.21% 3.25 5.33% 8 13.11% 0 0.00%
CMT CMT0371 54.5 89.34% 5.25 8.61% 1.25 2.05% 0 0.00% 0 0.00%
Verigy ilv93k33 10.75 17.62% 38.5 63.11% 11.75 19.26% 0 0.00% 0 0.00%
Verigy ilv93k34 23.75 38.93% 5.25 8.61% 32 52.46% 0 0.00% 0 0.00%
textbox69 textbox70 textbox71 textbox72 textbox73 textbox74 textbox76
Feb 24 2015 1:00AM CMT CMT0263 UNDEFINED Down
Feb 24 2015 1:00AM Verigy ilv93k33 UNDEFINED Logged Out
Feb 24 2015 1:00AM DBELKIN Verigy ilv93k34 UNDEFINED Active
Feb 24 2015 1:00AM GDLUSER CMT CMT0371 alpineridge Tester Maintenance Active
Feb 24 2015 1:15AM CMT CMT0263 UNDEFINED Down
"
what im asking is how can I delete through code all row that above "textbox69" and cause to "textbox69" cell to be at cell A1 all the time.
in addition can I "install" this VBA code in PowerPivot? if yes how can I do it.
thanks a lot!!
I usually record my macros and therefore I not really know how to use VBA code.
I have data file that include several rows that I don't need (quantity of the rows may changed from time to time).
see file example:
"
txtSelectedTimeSpan textbox8
Site: HVC Tester Type: CMT ,OLB ,Verigy
textbox12 textbox15 textbox21 textbox24 textbox30 textbox33 textbox36 textbox45 textbox46 textbox47 textbox48 textbox49
HVC CMT 93.75 76.84% 15.75 12.91% 4.5 3.69% 8 6.56% 0 0.00%
HVC Verigy 34.5 28.28% 43.75 35.86% 43.75 35.86% 0 0.00% 0 0.00%
textbox44 textbox4 textbox6 textbox11 textbox14 textbox17 textbox20 textbox23 textbox26 textbox29 textbox32 textbox35
CMT CMT0263 39.25 64.34% 10.5 17.21% 3.25 5.33% 8 13.11% 0 0.00%
CMT CMT0371 54.5 89.34% 5.25 8.61% 1.25 2.05% 0 0.00% 0 0.00%
Verigy ilv93k33 10.75 17.62% 38.5 63.11% 11.75 19.26% 0 0.00% 0 0.00%
Verigy ilv93k34 23.75 38.93% 5.25 8.61% 32 52.46% 0 0.00% 0 0.00%
textbox69 textbox70 textbox71 textbox72 textbox73 textbox74 textbox76
Feb 24 2015 1:00AM CMT CMT0263 UNDEFINED Down
Feb 24 2015 1:00AM Verigy ilv93k33 UNDEFINED Logged Out
Feb 24 2015 1:00AM DBELKIN Verigy ilv93k34 UNDEFINED Active
Feb 24 2015 1:00AM GDLUSER CMT CMT0371 alpineridge Tester Maintenance Active
Feb 24 2015 1:15AM CMT CMT0263 UNDEFINED Down
"
what im asking is how can I delete through code all row that above "textbox69" and cause to "textbox69" cell to be at cell A1 all the time.
in addition can I "install" this VBA code in PowerPivot? if yes how can I do it.
thanks a lot!!