View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
df_newtovba df_newtovba is offline
external usenet poster
 
Posts: 1
Default user defined functions format

I am attempting to use a user-defined function to work on a cell value and
change that cell value's format. IE if A1<20 format "0.00 uL" or if A12000
divide by 1000 then format "0.0 mL", and so on...
My problem is that I create a circular reference because the cell to change
is the cell the formula would be in.
I did have a multi-level if statement in A1, but was hoping that a function
in VBA would be easier.