Wrox Programmer Forums
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 9th, 2006, 02:55 AM
Authorized User
 
Join Date: Sep 2006
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Default Excel Macros with VBA

this code giving some problem can u correct this.Actually i am trying to insert valuls from form into excel sheet

Do While (Worksheets(2).Cells(row, col1) = "")
If Worksheets(2).Cells(row, col1) = "" And Worksheets(2).Cells(row, col2) = "" And Worksheets(2).Cells(row, col3) = "" And Worksheets(2).Cells(row, col4) = "" Then

     Worksheets(2).Cells(row, col1) = name
     Worksheets(2).Cells(row, col2) = datefrom
     Worksheets(2).Cells(row, col3) = dateto
     Worksheets(2).Cells(row, col4) = reason
    Exit Sub
    ElseIf Worksheets(2).Cells(row, col1) <> "" And Worksheets(2).Cells(row, col2) <> "" Then
    row = row + 1
    End If
        
    Loop
 
Old September 11th, 2006, 01:39 AM
Authorized User
 
Join Date: Sep 2006
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Default

how can i report my excel data?






Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel macros [email protected] Excel VBA 1 August 29th, 2007 10:50 PM
VBA Macros not showing up in the run macro menu d.lee84 Access VBA 9 August 21st, 2007 09:37 AM
Excel Macros with VBA ASAP kotaiah Excel VBA 0 September 9th, 2006 04:55 AM
Running Excel VBA Macros shattered Visual Basic 2005 Basics 0 November 14th, 2005 06:07 AM
accessing Macros properties with vba rle123 Access VBA 0 July 17th, 2003 04:59 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.