View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mvyvoda mvyvoda is offline
external usenet poster
 
Posts: 41
Default Perform Row Function Using Macro

would it be something with a For/End loop?

-m

"mvyvoda" wrote:

I need to use a macro to perform a function (clean) to an entire row.
normally i would record a macro, and then go from there. in this case, i
would use another row as a buffer then paste special. that seems like a lot
of unnecesary code.

there has to be a more eloquent way to do this. using memory spaces, i'd
assume. just not sure how.

thanks,
mark