Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.scripting.vbscript,microsoft.public.dotnet.languages.vb
|
|||
|
|||
![]()
Assume I have in a SQL database (Oracle) a table like:
Group Name value1 value2 1 Karl 10 20 1 Paul 3 4 2 Tony 2 0 2 Ben 80 100 2 Peter 1 1 3 .... Now I want to read this table with VBA and insert it into an Excel sheet. Moreover after each group a sum line should be calculated and inserted so that the Excel sheet should look like: G name V1 V2 1 Karl 10 20 1 Paul 3 4 1 sum 13 24 2 Tony 2 0 2 Ben 80 100 2 Peter 1 1 2 sum 83 101 3 .... .... How can I code this in VBA ? Claudia |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Alt + enter is not inserting a line break within a cell in Excel? | Excel Worksheet Functions | |||
pivot table not reading date formats | Excel Worksheet Functions | |||
Pivot table reports - repeat the group name on each line | Excel Discussion (Misc queries) | |||
excel 'begin a group' menu line color | Excel Discussion (Misc queries) | |||
line of best fit/reading values from graphs | Excel Discussion (Misc queries) |