Continúa...
El código es:
Sub May()dato=ActiveCell.ValueIf VarType(dato)=8 ThenActiveCell.Value=UCase(dato)End IfActiveCell.Offset(1,0).SelectEnd Sub