Format Excel cell

F

Forrest

What is the correct syntax to format (currency, percent, etc.) an excel cell from VBA?
 
R

Rod Gill

Hi,

Try recording a VBA macro in Excel of you doing the formatting you want. You
can then copy it to your app.

--
For VBA posts, please use the public.project.developer group.
For any version of Project use public.project
For any version of Project Server use public. project.server

Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit www.projectlearning.com/
Forrest said:
What is the correct syntax to format (currency, percent, etc.) an excel
cell from VBA?
 
Top