What I need is a snippet of code (using MS Acess) that will allow me to update one recordset based on another ... here is what i have so far
IDNumbMDRs = Replace(IDNumbs, "US", "00")
rsSQL.Open "select PersonnelNbr, PrimarySectorCode, SecondarySectorCode,PrimaryFocusCode from Employee "...
Hello All,
I think this problem has an easy and obvious solution .. but I just cant figure it out. I have a listbox on a spreadsheet that after the VBA code runs to add items wont display those items .. I can do it by opening another application and then coming back to the Excel worksheet ...
I have a listbox on a worksheet that after i add list items doesnt display ... any help would be appreciated .. i do know that the listbox is populated .. if i minimize sheet and then go back to it .. its there anyway to do this in vba?
Public Sub Workbook_Open()
ActiveSheet.Cells(6...
Hello all ... I have a spreadsheet "header" that contains some data in it ... range A:T contain data i would liek to sum .. by column ... and range U:Z has some other data that i would like to use as criteria ... ... and the last thing i would like to do is use the column headers as the second...
Hello all ... need your help once again.
here is my problem ...
I have a worksheet with data in it .. in column"z" i have a number value ... what i would like to do .. is
1) insert a row after a certain criteria is met ie.
if column z row 1 = 20
row 2 = 20
row 3 =20
row 4 =30
i would...
Hello again ... I have been here on TT for just 2 days and have to say its been great ... but i need your help once again.
Problem:
I need to program a vlookup in code ... currrently have it in a workbook referencing another workbook ... what I need is to run the vlookup and then pass the...
I have 2 worksheets .. and want to compare worksheet1 column "A" and worksheet2 column "A" if worksheet2 Column "A" is not a match then i would like to copy and paste it to worksheet 3 .. along with a few more columns on that row .. how can this be done?
thanks in advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.