Thread: AVB Help please
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
AVB Over My Head AVB Over My Head is offline
external usenet poster
 
Posts: 4
Default AVB Help please

I might got everybody confused on what I'm looking for. Let me try
again here.

The code I have is basically a macro that generates a form and sends
it by email as you might have figured that out already by reading it.
I have a table that has 3500 rows with fields as showing below
Subject (A2-A3499)
Type of Request (B2-B3499)
Severity (C2-C3499)
Name (D2-D3499)
E-Mail (E2-E3499)
Channel 1 (F2-F3499)
Channel 2 (G2-G3499)
App1 (H2-H3499)
App2 (I2-I3499)
Date (J2-J3499)
Initiative (K2-K3499)
Describe (L2-L3499)
The request form has a bottom that runs the macro in my post. What I'm
trying to create is a loop to run against the table and generate the
request to send them. I hope that helps