Thread: hex3dec
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KevGrn114 KevGrn114 is offline
external usenet poster
 
Posts: 8
Default hex3dec

I want to make a macro that copies a cell value that is in hex, converts it to decimal, increments that number by 1, converts that number to hex and then pastes it in the cell below.

The HEX2DEC command doesnt work from VBA module????