View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] toyin.butler@makoglobal.com is offline
external usenet poster
 
Posts: 1
Default User Defined Function to run procedure

I want to create a User Defined Function which runs other procedues to
populate an array of cells. i.e.

User inputs "=GetMyData(arg1, arg2, arg3 ...)" into cell A1

Cells A3 to Bn is populated with relevant data.

Any pointers would be greatly appreciated.

Toy.