View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hal[_5_] Hal[_5_] is offline
external usenet poster
 
Posts: 1
Default Excel VBA Noob question: Read row data into VB6 Structure(UDT)


I have an Excel worksheet where each row represents a customer record;
Name, Address, loan#, etc.

I want to read the row and assign the data in each cell to a field in a
VB6 structure (User Defined Data Type).

How would I do this?

--Hal

*** Sent via Developersdex http://www.developersdex.com ***