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!

Search results for query: *

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

    Excel VBA ADODB SQL Stored Proc Parameters

    I am having trouble passing parameters via excel vba to a stored proceudure in MS SQL server 2005. The code is as follows: - Sub Get_RowData(TeamName As String, sheetname As String, rownum As Integer) Dim SQLcmd As String Dim fromDate As String Dim toDate As String Dim strTeam...
  2. cardiac

    Repeating region hyperlinks

    I have created a web page that consists of a repeating region from a database. The resulting table gives the details of a server stored document. The columns are: the date the document was stored,the document title, and a final 3rd column. I want this 3rd column to contain an icon of either a...
  3. cardiac

    SQL export to workbook

    How do I export data from a sheet in an open workbook to another sheet in a closed wokbook using SQL?
  4. cardiac

    Changing Information Store in Outlook

    Hi, I'm using VBA to create an approval workflow. Each user has their own (default) Outlook Information store (e.g. "Mailbox - Bloggs, Joe") which is a .pst store. In addition, they all have shared access to an Exchange Server store ("Mailbox - Inspection"). When they click a button, creating...
  5. cardiac

    How to programmatically add a hyperlink in an Outlook message

    Hello, I've added some VBA to an Excel workbook to allow it to be automatically sent for approval. I use VBA to create an Outlook message informing the approver that they need to approve the new item. Instead of sending the form as an attachment, I need to send a link to where it is stored...
  6. cardiac

    The Cells(row, column) property counts hidden columns

    I'm writing a workload planner for all the departments at my office. Each dept. is represented by a column. As there are several admin staff, each responsible for a different group of depts., I hide the irrelevant columns (depts.) depending on which admin member has opened the file. The problem...
  7. cardiac

    Excel VBA - Using an http address as a full filename

    I have written an Expert Finder that displays the pictures of the Experts when you search. I do this by loading the jpeg photo into an Image control on a UserForm e.g. imgExpertPhoto.Picture = LoadPath(strPhotoPath & "joe bloggs.jpg"), where strPhotoPath is the path of the folder containing...
  8. cardiac

    Hiding sheet tabs in Excel when you save as Web Page

    Hi, I have an Excel workbook that contains 3 sheets. Each of these sheets is required. Although I hide the worksheet tabs in the Excel file ('Tools' -> 'Options'), when I save as a Web Page, the tabs are still visible in Internet Explorer. Is there a way to force the worksheet tabs to remain...
  9. cardiac

    Iniate Excel in application Window from IE

    I am running a VBA program from Internet Explorer. The application opens in the browser window. I would like the link to automatically open an instance of Excel Application and run the program there - NOT in the browser. Could anyone offer any suggestions? Thanks.
  10. cardiac

    Referencing a named range without specifying the worksheet

    I have an Excel VBA app that works fine when I open it as an Excel file, but gives a "Run-time error 1004: Method 'Range' of object '_Global' failed" error when I hyperlink to it using Internet Explorer 5.5 (it fails when it hits the following line:) Call populateExpertise(cbo...
  11. cardiac

    Pass control of code from one workbook to another

    I am running VBA code from an Excel workbook(wkb1) which then uses the code 'Application.run("'" & WorkbookName & "'!Auto_open") to start running the Auto_open routine in another workbook (wkb2). Within this routine wkb1 is closed. However, on closing wkb1; the code from the currently active...
  12. cardiac

    VBA download file from internet site

    How do I download and save a file (txt, zip, exe, etc) from an internet site using VBA.
  13. cardiac

    MS Access VB

    Can anyone suggest a decent book to learn visual basic for MS Access.

Part and Inventory Search

Back
Top