Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
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 April 14th, 2006, 04:08 PM
Registered User
 
Join Date: Apr 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default finding and populating next available column

I have a worksheet called Data Export that collects data in Column B3:B431 from a collection of worksheets within the same workbook. Each time raw data is entered into one worksheet, the information in Column B changes and represents the total data for one person.

I want Excel to take the data from Column B go find the next available column in the database worksheet and populate it. Each column in the database on row 3 has also been labeled 10001, 10002, 10003, etc to uniquely identify the data as belonging to a certain person. I want Excel to take the first and last name from the worksheet entitled "Scoring Template", together with the database number under which their data resides, and place these two items in another worksheet entitled "key" so that a running list is maintained of who the raw data belongs to. Lastly, I need a button that tells Excel to clear all the unlocked cells on worksheet "Scoring Template".

Can anyone help me with the code to make this work?

Thanks!






Similar Threads
Thread Thread Starter Forum Replies Last Post
[VB2005]Finding last cell of the column in excel bellaelysium Visual Basic 2005 Basics 2 June 22nd, 2008 11:33 PM
Finding Column Range Nocturnl Excel VBA 3 December 29th, 2007 11:36 AM
Finding Primary Key Column in Script johnpirkey SQL Server 2000 9 April 26th, 2007 10:06 AM
Finding Column Name prabhakaran SQL Server 2000 3 December 4th, 2006 09:36 AM
Compare two Items of data(in column A and column B ever Excel VBA 6 February 13th, 2004 02:19 PM





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