Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() set db =opendatabase("aa.mdb") set rs = db.openrecordset("select fld1,fld2 from tbl") range("a1").copyfromrecordset rs this code source is good applyed for non-merged cell. but, merged cell is not. I want to bring the data to merged cell once without loop. for example, range("a1:b1").mergedcell=true range("c1:d1").mergedcell=true range("e1:f1").mergedcell=true set db =opendatabase("aa.mdb") set rs = db.openrecordset("select fld1,fld2 from tbl") range("a1").XXXXX rs I want to get without loop(For Next or Do Loop). *** Sent via Developersdex http://www.developersdex.com *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it is possible to merge data from 2 cells into one? | New Users to Excel | |||
Merge cells with same data | Excel Discussion (Misc queries) | |||
Merge Two Cells and Keep all Data | Excel Discussion (Misc queries) | |||
Merge data from different cells | Excel Discussion (Misc queries) | |||
Way to merge data in 3 cells? | Excel Programming |