View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Howard Howard is offline
external usenet poster
 
Posts: 536
Default Tried and true copy code lines fail me here

On Tuesday, December 10, 2013 12:59:17 PM UTC-8, Claus Busch wrote:
Hi Howard,



Am Tue, 10 Dec 2013 21:42:13 +0100 schrieb Claus Busch:



.Resize(rowsize:=10,columnsize:=76) = varOut




have a look into the VBA help. I don't know how these words are called

in the english language. In german language they are called "Named

Parameters". And for these parameters the values will be assigned with

":=". The same you e.g. have with Find and What:=, Lookin:= and so on





Regards

Claus B.

--

Win XP PRof SP2 / Vista Ultimate SP2

Office 2003 SP2 /2007 Ultimate SP2


I wondered if columnsize was a key word, but thought it would appear as ColumnResize instead of all lower case.

Thanks, I'll check it out.

Regards,
Howard