Thema Datum  Von Nutzer Rating
Antwort
Rot update a file from another with different structure
11.04.2011 10:45:25 Tom
NotSolved
11.04.2011 21:04:00 Severus
NotSolved
12.04.2011 09:48:48 Gast55017
NotSolved
12.04.2011 09:54:33 Severus
NotSolved
12.04.2011 11:47:31 Tom
NotSolved
13.04.2011 09:16:51 Severus
Solved

Ansicht des Beitrags:
Von:
Tom
Datum:
11.04.2011 10:45:25
Views:
1629
Rating: Antwort:
  Ja
Thema:
update a file from another with different structure

Im very new to VB an i have to do a script that transfers the data of one worksheet to another one.

i have one master file. there the date will be entered manually. looks like this:

 

location  | Loc1 | Loc2 | Loc3 ...

Value1    | 100   | 150   | 0     .....

Value2    | 99     | 125    | 0     .....

 

For every month there is a tab created with the same structure.

What i need to do is to update a Worksheet with this data in an other structure.

Should look like this:

 

Month      | Jän   | Feb | Mar ...

Value1    | 100   | 75    | 2     .....

Value2    | 99     | 10     | 17     .....

 

and a tab should be created for each location.

Is it possible to do this and how would be a recommended solution?

 

Thanks very much

Tom


Ihre Antwort
  • Bitte beschreiben Sie Ihr Problem möglichst ausführlich. (Wichtige Info z.B.: Office Version, Betriebssystem, Wo genau kommen Sie nicht weiter)
  • Bitte helfen Sie ebenfalls wenn Ihnen geholfen werden konnte und markieren Sie Ihre Anfrage als erledigt (Klick auf Häckchen)
  • Bei Crossposting, entsprechende Links auf andere Forenbeiträge beifügen / nachtragen
  • Codeschnipsel am besten über den Code-Button im Text-Editor einfügen
  • Die Angabe der Emailadresse ist freiwillig und wird nur verwendet, um Sie bei Antworten auf Ihren Beitrag zu benachrichtigen
Thema: Name: Email:

 
 

  • Bitte beschreiben Sie Ihr Problem möglichst ausführlich. (Wichtige Info z.B.: Office Version, Betriebssystem, Wo genau kommen Sie nicht weiter)
  • Bitte helfen Sie ebenfalls wenn Ihnen geholfen werden konnte und markieren Sie Ihre Anfrage als erledigt (Klick auf Häckchen)
  • Bei Crossposting, entsprechende Links auf andere Forenbeiträge beifügen / nachtragen
  • Codeschnipsel am besten über den Code-Button im Text-Editor einfügen
  • Die Angabe der Emailadresse ist freiwillig und wird nur verwendet, um Sie bei Antworten auf Ihren Beitrag zu benachrichtigen

Thema Datum  Von Nutzer Rating
Antwort
Rot update a file from another with different structure
11.04.2011 10:45:25 Tom
NotSolved
11.04.2011 21:04:00 Severus
NotSolved
12.04.2011 09:48:48 Gast55017
NotSolved
12.04.2011 09:54:33 Severus
NotSolved
12.04.2011 11:47:31 Tom
NotSolved
13.04.2011 09:16:51 Severus
Solved