Search:

Type: Posts; User: nautica; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,828

    Re: cell VALUE into variable (Excel 2003 VBA)

    The range only contains the one cell.
    The problem is the variable will contain the formula as opposed to the value being displayed.
  2. Replies
    6
    Views
    3,828

    cell VALUE into variable (Excel 2003 VBA)

    I'm trying the grab the value of a cell into a variable. Currently I'm just using the code:
    var1 = Sheets("worksheet1").Range("myRange").Value

    however causes problems if the cell contains a...
  3. Replies
    1
    Views
    214

    ADODB recordset

    Hi there,
    I am using ADO within an xml/asp based web application to grab values out of an Excel workbook. The connection string is fine, but I am having problems with the data types:
    If my query...
  4. Replies
    2
    Views
    400

    Re: Import to web (Excel 2003)

    All the data contained within the Excel form is in cells, not controls.
  5. Replies
    2
    Views
    400

    Import to web (Excel 2003)

    I am running an XML/ASP based web application and I'd like to give users the ability to import a completed Excel form and have a web form within the application grab values out of the xls file. The...
  6. Replies
    6
    Views
    303

    Exchange filter (2003)

    Is there a way to edit the junk mail filter on my exchange server? (or at least view the key words, phrases it searches for)
    We use a piece of software (on our intranet) that sends out automatic...
  7. Replies
    2
    Views
    456

    Re: Powerpoint text missing (PPT 2003)

    Just did - works now. Thanks!
  8. Replies
    2
    Views
    456

    Powerpoint text missing (PPT 2003)

    I'm sure this has come up before but I cant find the post:
    I have a presentation made in ppt 2000. When viewing the presentation in ppt 2003, all slides with text on them are empty. All slides that...
  9. Replies
    2
    Views
    650

    Re: xls.2 ??? (2002)

    New Window allows you to see more than one sheet of a workbook including the ability to see different view of a same sheet. This is strictly viewing what you see on one sheet is the same as viewing...
  10. Replies
    8
    Views
    1,913

    Re: cell to variable to cell (Excel 2003 VBA)

    The combo boxes are named "Drop Down 49", "Drop Down 52"... so I'm not sure how they were created.
  11. Replies
    8
    Views
    1,913

    Re: cell to variable to cell (Excel 2003 VBA)

    Good point. The text boxes must have been made using the drawing toolbar.
  12. Replies
    8
    Views
    1,913

    Re: cell to variable to cell (Excel 2003 VBA)

    Also, once I've grabbed the files, how do I change the activesheet back to the summary sheet?
  13. Replies
    8
    Views
    1,913

    Re: cell to variable to cell (Excel 2003 VBA)

    The controls are all made from the control toolbox. They're named "text box 18" or "drop down 52"
  14. Replies
    8
    Views
    1,913

    cell to variable to cell (Excel 2003 VBA)

    I am creating a form that will pull certain values from a template spreadsheet and place them in summary sheet. However, I am having problems getting the values into variables so that I can enter...
  15. Replies
    1
    Views
    1,138

    Combo box properties (Excel 2003 VBA)

    Isn't there a property of a combobox such that it won't let you enter information manually?
  16. Replies
    4
    Views
    1,474

    Re: Listbox Backcolor (Excel 2003 VBA)

    Another problem:
    For some reason, after I run listbox_afterupdate(), it saves the listindex as the selection, but moves the highlight and display up to listindex 0... any ideas on how to circumvent...
  17. Replies
    4
    Views
    1,474

    Re: Listbox Backcolor (Excel 2003 VBA)

    Thanks! I dont know why, but it worked!
  18. Replies
    4
    Views
    1,474

    Listbox Backcolor (Excel 2003 VBA)

    Hello,
    I am having some problems changing the backcolor of a listbox. I have a form with a bunch of controls (textboxes, combo boxes, listboxes, etc) that an end user will fill out. I made it so...
  19. Replies
    1
    Views
    735

    ActiveWorkbook.SendMail (Excel 2003 VBA)

    Does the ActiveWorkbook.SendMail function require an Exchange Server? Or Outlook?
  20. Replies
    0
    Views
    200

    Save task error (2003)

    I'm getting an interesting error whenever I attempt to save a task. I attached a screen shot.
    Anyone have any ideas on this one?
  21. Replies
    3
    Views
    781

    Re: Browsing for path (Excel 2003 VBA)

    Which value woud l return to place this path in a textbox?
  22. Replies
    9
    Views
    14,006

    Re: Changing activesheet (Excel 2003 VBA)

    Awesome!! Thanks for all the help guys!
  23. Replies
    9
    Views
    14,006

    Re: Changing activesheet (Excel 2003 VBA)

    I get a subscript out of range error.
  24. Replies
    9
    Views
    14,006

    Re: Changing activesheet (Excel 2003 VBA)

    I get an error saying the Target workbook is already open.
  25. Replies
    9
    Views
    14,006

    Re: Changing activesheet (Excel 2003 VBA)

    If I am copying values from wbkTest to the workbook which contains this macro, am I going to need to constantly change the active workbook, or can I just refer to the workbooks by storing them in...
Results 1 to 25 of 124
Page 1 of 5 1 2 3 4