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 TouchToneTommy 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: MacroManII
  • Content: Threads
  • Order by date
  1. MacroManII

    VB WEB CONTROL

    Is there any way to access objects inside the web page. Specifically, I am trying to automate submission process to a web site. I would like to automatically fill in fields and press the 'SUBMIT' button.
  2. MacroManII

    "The macros in this project are disabled" +outlook 2003

    I am trying to set up some macros in Outlook 2003 But I am getting this error "The macros in this project are disabled". How do I get around this ?
  3. MacroManII

    SEND KEYS and Locked Computer

    Hi, I have a program that when it runs it runs a .bat file which needs a parameter passed to it. I am using send keys to do this very successfully, except when the Windows Security is activated and my system is locked. The program is on a schedule and activates at 7am, but when I come to work...
  4. MacroManII

    How can I read a web page from VB

    Hi, Does anyone have a simple example in VB of how I could open a web page, and download a table from it. Regards MacroManII
  5. MacroManII

    Running Brio from within VB

    I am using the following code to run a simple Brio Query from VB. I would like to set up and run a a Brio Query that needs to connect using a DataBase Connection File (.oce), and supply a username and password to gain access. Does anyone know how to do this ? MacroManToo Option Explicit...
  6. MacroManII

    EXCEL WALLPAPER

    Does anyone know how to change the excel backgroung from the standard grey. Note not on a sheet but the excel space after all workbooks have been minimised.
  7. MacroManII

    Group in Excel

    Hi, I have set up a worksheet to be used by many different people, it contains formulae and so I want to protect the sheet so formulas cannot be deleted etc., unfortunately I also used grouping or rows and so when I protect the sheet I cannot use the grouping buttons. Can anyone help me here...
  8. MacroManII

    Redimension an array within a user typed array

    How can I redimension the size of nQty, in the following user defined array Type UsageRecord sPart As String * 5 bIsKIT As Boolean sDesc As String * 30 nQTY(20) As Long nDaysBooked As Integer nTotal As Long nMean As Double nStdDev As Double nShelfStock As...
  9. MacroManII

    Put Statement

    I am using the put statement as follows Open sGetFile For Binary As #1 While oFolder.Items.Count > 0 For Each oMailItem In oFolder.Items If oMailItem.Body <> &quot;&quot; Then Put #1, , oMailItem.Body End If...
  10. MacroManII

    ReDim Preserve &amp; Multi-dimentional Arrays

    Hi, I have a multidementional array that I want to Re-Dimension and preserve the data. I have tried .. Redim Preserve Myarray( 100, 20) But this does not work .. Help MacroManII
  11. MacroManII

    ActiveDocument.Sections Where is Process ?

    I am stuck, I am running Brio 6.5 and I am trying to enter a startup script to process the query, but I cannot seem to be able to do this. When I open the script editor I cannot find a PROCESS method under ActiveDocument.Sections. Is ther something wrong with my set up ? Help
  12. MacroManII

    Open another VB Program from within VB and enter data

    Hi, I have a VB Program that opens up an MRP system running on Reflections. I then can pump in transaction data much faster than a user just sitting and keying in directly. I am able to do this by opening Reflections as an object in VB, and as Reflections supports macros in VBA I am in control...
  13. MacroManII

    USER DEFINED FUNCTIONS IN BRIO

    Hi, I am wondering if it is possible to add user defined functions to Brio for use in the Add Computed Item ? I would like to create a function and then be able to use it in the formula of a computed item . Can this be done, and how ? Regards MacroManII

Part and Inventory Search

Back
Top