Hi,
I am trying to excecute python command in excel using VBA. For example, I have a number in cell A1. The python commnd "0x%x"%(int(round(5678,0))&0xffffffffffff) will convert a decimal to hex. In the Excel Macro I want to pass the number in cell A1 to the pyton command and returned result to cell A2. Read that this can be implemented using Microsoft script control option. Please help me on this.
Leyo