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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: misubud
  • Content: Threads
  • Order by date
  1. misubud

    repeating 191 error for the same job

    hello, I have one duplication job that keeps returning a 191 error. All other duplication jobs are processing without issue. I suspect that due to resource delays 9i.e. multiple duplication jobs queueing for the same drive) i suspect that another job has already duplicated the image and now the...
  2. misubud

    Command Bar layout

    Hello, Am writing code to temporarily create a custom command bar on load of an excel worksheet. Command bar is then populated with a command button relating to each of the workbooks sheet tabs. ----------- Set cbar = Application.CommandBars.Add(Name:="WorkSheet Navigator"...
  3. misubud

    brightstor r11.1 userguide

    Hello, I am in need of a userguide / support document for am using brightstor r11.1 Can anyone point me in the right direction as to where I can download one. Thanks in Advance.
  4. misubud

    Help with "Eject Tape" options

    Hello, have recently been left in the deep end and am drowning slowly.. :) am using brightstor r11.1 jobs are set to auto eject the tape after backup completes. I am not at the host site so unable to reload the tapes. I am needing to run a test restore first thing after backup completes, but...
  5. misubud

    VBA insert a line into a text file

    I've tried different things but can't get this to work. I have a text file (call it "file1.txt") "file1.txt" has the following text lines; line ref:aaa line ref:bbb line ref:fff I have a check string in an forms textbox; i.e. ddd I want to be able to open the text file and add the check...
  6. misubud

    Insert a line in the middle of an existing .txt file

    Hello, I'm ok reading from .txt files and writing to new ones... BUT I'm wanting to work my way through an alphabetised text file and insert a line mid way through the file. Is it a simple matter of open file for input as xxx write xxx, "blah blah" when im at the appropriate place? or is...
  7. misubud

    getting started

    Hello, I've previously done some programming in VB and VBA, but want to start learning VB.Net. I cannot for the life of me find anywhere to download the visual studio.net package..... could someone point me in the right direction...
  8. misubud

    including quotation marks in .sql string within vba?

    I have need to run a vba .sql query. standard querys are ok, but anything like the below example, falls over, I presume due to the fact that the .sql contains a null value i.e a "", and hence the app doesn't know when the.sql string has finished. How do you include quotation marks("") within a...
  9. misubud

    Excel to Word automation

    Am getting unusual error when trying to open and save word documents from excel vba. The following code works fine on the first run. Opens doc, saves as a new file, with values placed in bookmarks. The problem is that even if I delete the saved file, i.e. 1234.doc, I receive the following error...
  10. misubud

    insert new record on button click

    New Record on button click. I have a number of fields on a form. On a Command Button click I need to be able to add the info from the fields to an existing table as a new record. For example: Take the info from Text1 & Text2 and put it as new record in the table called 'tblTime' under the...
  11. misubud

    shell explorer.exe

    Hope this will be a quick fix for someone. I am able to shell to explorer.exe, but i need it to open a specific directory. ie on button click, open explorer.exe and open the folder of the current project.(ActiveWorkbook.path) any assistance appreciated.
  12. misubud

    Security - re-Enabling toolbars in MS Access

    Have inherited an access DB from a previous employee. On load all toolbars and the "start", "edit", "View" etc options are all disabled. Can't access the "tools" option or any of the dropdowns. I need help in: 1) stepping into the VB editor 2) where to...
  13. misubud

    Closing an application

    Hi, need assistance to close an open application on MS access form load, I call windows media player. I am able to open the app using a shell, but need assistance to close media player after a set time open shell as follows: Call Shell("C:\Program Files\Windows Media Player\mplayer2.exe...
  14. misubud

    Closing IE Explorer from MS Excel

    May have 10 - 15 open instances of IE Explorer require functionality/macro to close all instances at once. or possibly close down explorer.exe
  15. misubud

    printing results from a query (multiple PDF Files)

    Hello, I have a query thet returns a list of hyperlinks to multiple pdf documents. I require the code (to add to a button click), to print each item (pdf) of the query result. Or any other suggestions as to printing the resulting PDF Documents. Thanks in advance
  16. misubud

    Printing Query result (PDF Files)

    Hello, I have a query thet returns a list of hyperlinks to multiple pdf documents. I require the code (to add to a button click), to print each item (pdf) of the query result. Or any other suggestions as to printing the resulting PDF Documents. Thanks in advance
  17. misubud

    Printing Query results (PDF Documents)

    Hello, I have a query thet returns a list of hyperlinks to multiple pdf documents. I require the code (to add to a button click), to print each item (pdf) of the query result. Or any other suggestions as to printing the resulting PDF Documents. Thanks in advance
  18. misubud

    capturing specific text from .txt file and passing into XLS file

    Hi, Need help/code to capture the IP address from the second line of a text file (below) and pass to a specific cell, ie B1. have tried to open as csv but file becomes locked. getting unwanted popups. Help appreciated -------------------------------------------------------- Pinging...
  19. misubud

    Ping

    need assistance in capturing ip address of named devices Have list of machine names/Mac addresses, i.e H050FHGZ0091 H050FHGX0123 need to run ping command and capture associated ip addresses i.e 10.162.23.236 for each. alternately, need code to call/run .bat file (which would contain...

Part and Inventory Search

Back
Top