I need a macro to format the body of a received Outlook message. I get anumber of emails in a fixed format. Selected portion of the message would be changed to Bold,Red, Arial-14.
Thanks
I want to be able to pass an arbitrary formula to a function as a parameter (as in C-Language). For example
=Summation("X^2 + 2 * x", First, Last, Increment)
Function Summation(formula As String, ...)As Long
x = First
Do
Total = total + formula
x = x + Increment...
Does anyone know of a way to format compex numbers in EXCEL. For example as -0.02+0.0087i rather than the scientific notation form returned by a calculation -0.02+8.700000003E-002.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.