- Codice: Seleziona tutto
sub macro ()
dim righe as integer
for righe= 1 to 10
if cells(r,2) != cells(r,1) then
cells(r,2) = " "
end if
next righe
end if
Ma mi da errore sull'operatore !=.... qual'è quello giusto?
*** La prossima volta codice e tabelle vanno racchiusi entro i Tag usando i tasti Quote o Code