H
Heiko K Stugg
Easy One....but how do you break up a formula in VB so that you can see it on
the screen without having to scroll right?
the screen without having to scroll right?
David F Cox said:use _
to _
join _
lines
I assume you mean something like this?
TotWt = [WPF01] + [WPF02] + [WPF03] + [WPF04] + [WPF05] + [WPF06] + [WPF07]
+ [WPF08] + [WPF09] + join_
[WPF10] [WPF11] + [WPF12] + [WPF13] + [WPF14] + [WPF15] + [WPF16] +
[WPF17] + [WPF18] + [WPF19] + [WPF20] + join_
[WPF21] [WPF22] + [WPF23] + [WPF24]
James said:Yes but you need a space at the end between your code and the _
James
I assume you mean something like this?
TotWt = [WPF01] + [WPF02] + [WPF03] + [WPF04] + [WPF05] + [WPF06] + [WPF07]
+ [WPF08] + [WPF09] + join_
[WPF10] [WPF11] + [WPF12] + [WPF13] + [WPF14] + [WPF15] + [WPF16] +
[WPF17] + [WPF18] + [WPF19] + [WPF20] + join_
[WPF21] [WPF22] + [WPF23] + [WPF24]
--
Heiko K Stugg
David F Cox said:use _
to _
join _
lines
Easy One....but how do you break up a formula in VB so that you can see it
on
the screen without having to scroll right?
Heiko K Stugg said:Works well!!!
Thanks
--
Heiko K Stugg
James said:Yes but you need a space at the end between your code and the _
James
I assume you mean something like this?
TotWt = [WPF01] + [WPF02] + [WPF03] + [WPF04] + [WPF05] + [WPF06] + [WPF07]
+ [WPF08] + [WPF09] + join_
[WPF10] [WPF11] + [WPF12] + [WPF13] + [WPF14] + [WPF15] + [WPF16] +
[WPF17] + [WPF18] + [WPF19] + [WPF20] + join_
[WPF21] [WPF22] + [WPF23] + [WPF24]
--
Heiko K Stugg
:
use _
to _
join _
lines
Easy One....but how do you break up a formula in VB so that you can see it
on
the screen without having to scroll right?