Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Bob
I'm still trying to work out the worksheet. But for the following macro, please help me to exclude subtotal or blank line when making the DB Regards ----- Bob Phillips wrote: ---- Hi Jammy Here's some cod Sub MakeDB( Dim cLastRow As Lon Dim cLastCol As Lon Dim i As Long, j As Lon Dim iTarget As Lon Dim shThis As Workshee Set shThis = ActiveShee Worksheets.Ad With shThi cLastRow = .Cells(Rows.Count, "A").End(xlUp).Ro cLastCol = .Cells(1, Columns.Count).End(xlToLeft).Colum For i = 2 To cLastRo For j = 2 To cLastCo iTarget = iTarget + ActiveSheet.Cells(iTarget, 1).Value = .Cells(i, 1).Valu ActiveSheet.Cells(iTarget, 2).Value = .Cells(1, 1).Valu ActiveSheet.Cells(iTarget, 3).Value = .Cells(1, j).Valu ActiveSheet.Cells(iTarget, 4).Value = .Cells(i, j).Valu Next Next End Wit End Su Was the sample workbook man y good -- HT Bob Phillip ... looking out across Poole Harbour to the Purbeck (remove nothere from the email address if mailing direct "Janmy" wrote in messag .. How can I set a marco to transfer data from a table format to a databas format, for example This is the table format Jan-04 Paris Mila Income 100 3 Rent -40 - Like to become Income Jan-04 Paris 10 Income Jan-04 Milan 3 Rent Jan-04 Paris -4 Rent Jan-04 Milan - Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Last number in a column shows in the total/summay line cell | Excel Worksheet Functions | |||
exclude blank cells in a line graph | Charts and Charting in Excel | |||
Total 12 columns starting with first non blank column | Excel Worksheet Functions | |||
Insert blank line macro | Excel Worksheet Functions | |||
Sort Macro to Exclude Blank Rows? | Excel Worksheet Functions |