Thread: macro issue
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
project manager project manager is offline
external usenet poster
 
Posts: 36
Default macro issue

i have a macro which throws up an error message when i run it, dont have the
whole code here but the problem line is:

else
range("R" & i).value = range("M" & i) * range("L" & i)
end

'i = target.row

i basically want the target row R to equal target row m times target row L.