PC Review


Reply
Thread Tools Rate Thread

Creating XML

 
 
=?Utf-8?B?UGxlYXNlIEhlbHA=?=
Guest
Posts: n/a
 
      5th Oct 2007
Good morning,

I have a workbook with 10 worksheets. I want to create a worksheet 11 for
XML on the data from 10 worksheets.

Can someone share with me on creating one?

Thanks.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?SmFuaXM=?=
Guest
Posts: n/a
 
      5th Oct 2007
IT isn't clear to me what you want to do? Do you want the totals on sheet
11? I think you must want to automate something but if you save the 11th
sheet as an XML file you will have XML. If you want to automate the saving
process you can use vba. You have to explain the steps of what you want to
do manually then it can be converted to vba.

"Please Help" wrote:

> Good morning,
>
> I have a workbook with 10 worksheets. I want to create a worksheet 11 for
> XML on the data from 10 worksheets.
>
> Can someone share with me on creating one?
>
> Thanks.

 
Reply With Quote
 
=?Utf-8?B?UGxlYXNlIEhlbHA=?=
Guest
Posts: n/a
 
      5th Oct 2007
Hi Janis,

Thanks for your response. Basically, I have information on students (name,
address, etc.) in 10 worksheets. I want to create an XML list on student
information in Worksheet 11 from 10 worksheets.

I don't know what to do to have the student information from 10 worksheets
got into Worksheet 11 (XML). Then I have to take the XML (Worksheet 11) and
send it to the state for reporting.

Do I link Worksheet 11 to each piece of data in 10 worksheets?

Thanks.

"Janis" wrote:

> IT isn't clear to me what you want to do? Do you want the totals on sheet
> 11? I think you must want to automate something but if you save the 11th
> sheet as an XML file you will have XML. If you want to automate the saving
> process you can use vba. You have to explain the steps of what you want to
> do manually then it can be converted to vba.
>
> "Please Help" wrote:
>
> > Good morning,
> >
> > I have a workbook with 10 worksheets. I want to create a worksheet 11 for
> > XML on the data from 10 worksheets.
> >
> > Can someone share with me on creating one?
> >
> > Thanks.

 
Reply With Quote
 
=?Utf-8?B?SmFuaXM=?=
Guest
Posts: n/a
 
      5th Oct 2007
IF it is something like a database, you want, the student information on the
11th sheet you can try using vlookups. It is rather difficult to explain but
once you get it it is a nice way of getting data from another sheet.
You could put all the students names on the 11th sheet and do a vlookups to
pull in the data you want. You should read the vlookup function and try to
figure it out then post back with questions. I'm not sure what data you want
to pull in.

"Please Help" wrote:

> Hi Janis,
>
> Thanks for your response. Basically, I have information on students (name,
> address, etc.) in 10 worksheets. I want to create an XML list on student
> information in Worksheet 11 from 10 worksheets.
>
> I don't know what to do to have the student information from 10 worksheets
> got into Worksheet 11 (XML). Then I have to take the XML (Worksheet 11) and
> send it to the state for reporting.
>
> Do I link Worksheet 11 to each piece of data in 10 worksheets?
>
> Thanks.
>
> "Janis" wrote:
>
> > IT isn't clear to me what you want to do? Do you want the totals on sheet
> > 11? I think you must want to automate something but if you save the 11th
> > sheet as an XML file you will have XML. If you want to automate the saving
> > process you can use vba. You have to explain the steps of what you want to
> > do manually then it can be converted to vba.
> >
> > "Please Help" wrote:
> >
> > > Good morning,
> > >
> > > I have a workbook with 10 worksheets. I want to create a worksheet 11 for
> > > XML on the data from 10 worksheets.
> > >
> > > Can someone share with me on creating one?
> > >
> > > Thanks.

 
Reply With Quote
 
=?Utf-8?B?UGxlYXNlIEhlbHA=?=
Guest
Posts: n/a
 
      5th Oct 2007
Unfortunately, the vlookup would not work for me because we don't really know
who the students are. Basically, for XML (Worksheet 11), we need: Student
ID, Student Last Name, Student First Name and Student Grade.

Generally, if you want to create an XML for the data from 10 worksheets,
what steps you would take to create one?

Thanks.

"Janis" wrote:

> IF it is something like a database, you want, the student information on the
> 11th sheet you can try using vlookups. It is rather difficult to explain but
> once you get it it is a nice way of getting data from another sheet.
> You could put all the students names on the 11th sheet and do a vlookups to
> pull in the data you want. You should read the vlookup function and try to
> figure it out then post back with questions. I'm not sure what data you want
> to pull in.
>
> "Please Help" wrote:
>
> > Hi Janis,
> >
> > Thanks for your response. Basically, I have information on students (name,
> > address, etc.) in 10 worksheets. I want to create an XML list on student
> > information in Worksheet 11 from 10 worksheets.
> >
> > I don't know what to do to have the student information from 10 worksheets
> > got into Worksheet 11 (XML). Then I have to take the XML (Worksheet 11) and
> > send it to the state for reporting.
> >
> > Do I link Worksheet 11 to each piece of data in 10 worksheets?
> >
> > Thanks.
> >
> > "Janis" wrote:
> >
> > > IT isn't clear to me what you want to do? Do you want the totals on sheet
> > > 11? I think you must want to automate something but if you save the 11th
> > > sheet as an XML file you will have XML. If you want to automate the saving
> > > process you can use vba. You have to explain the steps of what you want to
> > > do manually then it can be converted to vba.
> > >
> > > "Please Help" wrote:
> > >
> > > > Good morning,
> > > >
> > > > I have a workbook with 10 worksheets. I want to create a worksheet 11 for
> > > > XML on the data from 10 worksheets.
> > > >
> > > > Can someone share with me on creating one?
> > > >
> > > > Thanks.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with creating query or creating report Need Help Microsoft Access Database Table Design 0 29th Apr 2008 02:22 AM
Creating VBA Functions When Creating Spreadsheet Via VBA? PeteCresswell Microsoft Excel Programming 6 18th Jun 2007 12:38 PM
creating PDF from msword - I get error while creating bookmarks =?Utf-8?B?bWFyay1uZWVkcy1oZWxw?= Microsoft Word Document Management 1 1st Nov 2005 05:48 AM
Auto creating text fields when creating new slide. =?Utf-8?B?amFtZXM=?= Microsoft Powerpoint 1 16th Jun 2005 04:02 PM
Walkthrough: Creating a Dist. App. - problems creating project =?Utf-8?B?R2FyeURvdE5ldA==?= Microsoft Dot NET 1 12th Aug 2004 03:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:54 PM.