Search results

  1. S

    Remove spaces from drop down list

    Anybody tell me how to delete spaces from drop down list . i did code like this: with sh1.range("A2").validation .delete .Add type:xlvalidateList, AlertStyle:=xlValidAlertStop, operator:xlBetween, Formula:"=sheet2!AH2:AH1000" .IgnoreBlank=True .IncellDropDown=True .InputTitle="" .InputMessage=...
  2. S

    Export table data to excel

    Could you tell me how to delete spaces from drop down list . i did code like this: with sh1.range("A2").validatio .delete .Add type:xlvalidateList, AlertStyle:=xlValidAlertStop, operator:xlBetween, Formula:"=sheet2!AH2:AH1000" .IgnoreBlank=True .IncellDropDown=True...
  3. S

    Export table data to excel

    Thank you :)
  4. S

    Export table data to excel

    Thanks a lot, i got an idea to work on.
  5. S

    Hello

    thanks a lot :)
  6. S

    Hey, need help on some basic stuff related to macro

    Hi, I am facing issues with data validation property. I have one column data in second sheet and want to take those data from second sheet to first sheet in drop down list using vba code in access. Could you please help me with that. thank u in advance
  7. S

    Hey, need help on some basic stuff related to macro

    thank you so much :)
  8. S

    Hello

    thank u :)
  9. S

    Hello

    thank u :)
  10. S

    Export table data to excel

    No, actually in second sheet only one columns data is there. i have to do drop down in first sheet in range "A2". It should capture unique values like data validation. is there any such property to do data validation for drop down list in access using vba. help me please. Thank you
  11. S

    Hey, need help on some basic stuff related to macro

    Thanks , i was doing from other logic but now its done :)
  12. S

    Export table data to excel

    HI team , please help me to get vba code on below: i have data on second sheet and i want to do validation on first sheet on the basis of second sheet.
  13. S

    Hey, need help on some basic stuff related to macro

    no, i have not tried how to copy from query to directly paste to active sheet
  14. S

    Hey, need help on some basic stuff related to macro

    yes, i have created another sheet too. let me brief u again i have query where one columns data is there. I want to take distinct data from query 1 to sheet2. something i am doing code like set qd= currentDb.queryDefs("query1") after that how to do ?
  15. S

    Hey, need help on some basic stuff related to macro

    i am working on access, and open workbook using below query set oXL= Createobject("excel.application") oXL.visible = tRue set wkbk=oXl.Workbooks.add set sht = wkbk.sheets(1) after that i set field value and now i want to take data from query to another sheet could you tell me how to take...
  16. S

    Hey, need help on some basic stuff related to macro

    Hey no, using macros i need to do, check once again my post
  17. S

    Hey, need help on some basic stuff related to macro

    I have opened workbook using macros in access and want to do below steps 1) I have workbook open with some specific columns, i need validation on first column and it should take data from another sheet(distinct value) 2)how to take data in another sheet from query
  18. S

    Hello

    thank you :) :)
  19. S

    Export table data to excel

    its working thank you so much :)
Back
Top Bottom