View Single Post
  #12   Report Post  
Posted to microsoft.public.excel.programming
michael.beckinsale michael.beckinsale is offline
external usenet poster
 
Posts: 274
Default Run another macro from within this macro

Hi Cathy,


To get a movement for each degree amend the code to read as follows:

TiltValue = (Range("A1").Value)
Theta = (TiltValue * PI / 180)

Regards

Michael.