Thread: Checking macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
merry_fay merry_fay is offline
external usenet poster
 
Posts: 23
Default Checking macro

Hi,
I have a macro in which I'm trying to define cells, but am not sure whether
it's working so I want to get it to put what it's defined in a cell so I can
check

I've defined this:
AMR_UL_CE = Voice_UL_CE (this being a named range in my spreadsheet)

now I want it to show AMR_UL_CE he
Sheets("Forecast assumptions").Select
Range("F19").Select

What code do I need to make it paste/print/show the AMR_UL_CE value?

Thanks
merry_fay