Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by R9772

  1. R9772

    can an excel workbook be protected to prevent copying?

    i just tried that and unfortunately the file can still be copied. is there a way to disable the copy function via visual basic?
  2. R9772

    can an excel workbook be protected to prevent copying?

    i haven't tried that. just as a little back ground i have a spreadsheet that i want people to only be able to edit certain areas. unfortunately, if they copy and paste the spreadsheet into a new spreadsheet all of my protection passwords are null and void. is there a way around this?
  3. R9772

    can an excel workbook be protected to prevent copying?

    can anyone help me protect a workbook so that it cannot be copied from one place to another and then ammended? Or is this even possible?
  4. R9772

    hiding work sheets in exel

    Thanks for the heads up!
  5. R9772

    hiding work sheets in exel

    can someone help me find a way to hide a work sheet in exel...or is this even possible?
  6. R9772

    can someone help me with an if statement in a modual

    i apologize for being unclear. i hope the following is a little better description than i provided earlier. my first table has the following columns cn(customer name), prod(old products) and funding. my second has designs(new products), co(company), funding(new funds allotted) and cst(cost)...
  7. R9772

    can someone help me with an if statement in a modual

    can someone help me create a function in Access that uses if statements to act on tables. for instance (select *,if [my design] = [new product] then [new funding] / 12 into [new column] from products) thanks
  8. R9772

    creating a viewable query from visual basic in access

    thanks, that worked perfectly.
  9. R9772

    creating a viewable query from visual basic in access

    i have an existing table that i want to run calculations off of. my current code looks like this: myStr = "select *, (tDollars * sTax) as nAmt, into nFile from dFile " i would like to be able to open and close this from visual basic
  10. R9772

    creating a viewable query from visual basic in access

    can anyone help me create a query through visual basic code that i can manipulate from visual basic in Access?
  11. R9772

    importing from excel

    i am attempting to import multiple tabs from a single excel file. each tab has a different name and i have over 50 of them. unfortunately,i have been unable to pull them all in without manually importing each one. can anyone help me with this? Thanks.
  12. R9772

    import specification problems

    can anyone help me to create an import specification in Access. i cannot seem to find the advanced tab that is ususally used to create the import specification.
  13. R9772

    can anyone tell me how to show all

    can anyone tell me how to show all of the formulas at once in a workbook(sheet). my goal is to print this information.

Part and Inventory Search

Back
Top