1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
appexcel.Cells(1, 3) = oRst.Fields(0).Value 'N°Demandeur
appexcel.Cells(3, 2) = oRst.Fields(1).Value 'NomDemandeur
appexcel.Cells(3, 4) = oRst.Fields(2).Value 'PrenomDemandeur
appexcel.Cells(3, 8) = oRst.Fields(3).Value 'N°Badge
appexcel.Cells(3, 6) = oRst.Fields(4).Value 'EmailDemandeur
appexcel.Cells(7, 2) = oRst.Fields(5).Value 'Profession
appexcel.Cells(11, 2) = oRst.Fields(6).Value 'justification
appexcel.Cells(13, 4) = oRst.Fields(7).Value 'DateDeterminer
appexcel.Cells(13, 2) = oRst.Fields(8).Value 'DateIndeterminer
appexcel.Cells(17, 2) = oRst.Fields(16).Value 'NomSuperviseur
appexcel.Cells(17, 4) = oRst.Fields(17).Value 'PrénomSuperviseur
appexcel.Cells(17, 6) = oRst.Fields(18).Value 'EmailSuperviseur
appexcel.Cells(7, 6) = oRst.Fields(19).Value 'NomSociete
appexcel.Cells(5, 2) = oRst.Fields(23).Value 'NomService
appexcel.Cells(lig, 8) = oRst.Fields(24).Value 'flagproprietaire
'appexcel.Cells(5, 2) = oRst.Fields(5).Value 'DateProprietaire
'appexcel.Cells(5, 2) = oRst.Fields(5).Value 'N°Proprietaire
'appexcel.Cells(5, 2) = oRst.Fields(5).Value 'NomProprietaire
'appexcel.Cells(5, 2) = oRst.Fields(5).Value 'MailProprietaire
appexcel.Cells(lig, 1) = oRst.Fields(13).Value 'NomEntite
appexcel.Cells(lig, 2) = oRst.Fields(12).Value 'NomLocal
appexcel.Cells(lig, 3) = oRst.Fields(14).Value 'NomLieu
appexcel.Cells(lig, 4) = oRst.Fields(11).Value 'NomGroupe
appexcel.Cells(lig, 5) = oRst.Fields(10).Value 'Information
appexcel.Cells(lig, 6) = oRst.Fields(15).Value 'NomTypeLocal
appexcel.Cells(lig, 7) = oRst.Fields(9).Value 'N°Groupe
N°Groupe = oRst.Fields(9).Value
lig = lig + 1 |
Partager