Few questions about VB Express/excel...
Hello,
How do i make form1.vb and form2.vb share a variable?
I put the variables in the top in the public declarations section but its still only available to the form it is in.. how do i make it available to all forms?
Also slightly unrelated.. can i make excel sheets formating apply to new sheets that are created?
so.. if the text in A1 on sheet1 is red, when i click new sheet i want the text in a1 on sheet2 to also be red.. i have my program working with excel and creating new sheets but once the sheet is created it loses the formating, or if you have an example of how to edit/format cells in VB Express i will just work it into my program however atm i do not know how to manipulate the cells format with VB Express.
Hope you can help, thanks!

