View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jai_Friday Jai_Friday is offline
external usenet poster
 
Posts: 6
Default Using A Function in a Macro

Good Afternoon All,

I have a function built that takes a character based coded cell value and
reformats into a number with a formula.

The function works fine manually using it example =BigBookingNumber(cell
value)

However is it easy to create a macro that read sa specific column and runs
the function where there is a value (And also replace the original value)

So in a sense it take each value and puts =BigBookingNumber() around it

Thanks in Advance

Jai