Posts Tagged ‘Columns’
How to display 2 different database having the same table format and record format using PHP Mysql?
2 database called Database2009 and Database2010, How to display both with same record in one line having the same ID Name, Address but different columns in Year2009 & Year2010 in one row as comparative report using PHP MySql….
What is the code line to move from one column to the next column in Excel using code?
I need to write two loops in Excel,
1)to go down the rows [This I can do because the rows are numbered]
2)to go across the columns [This I don’t know how to do because column are in Alphabetics]
The code should go down a set of continuous rows in a column, then move over to the next column and move down the rows again. I have many columns.