How do you NOP an address in Visual Basic 6?

I know the HEX represantation for NOP is 90 and you would ussually just change all the bits in an address to that...so how do you do that in VB6?