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 Chriss Miller 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: jrobin5881
  • Content: Threads
  • Order by date
  1. jrobin5881

    Excel Compound Formula

    REPOST- Put the original message in wrong forum by mistake. 8( I'm looking to put a formula together in one cell versus many. I've tried using the "If" statement but its to messy. I have an example of the table below. What I want to do is in cell A3 have a formula that looks to the right (Col...
  2. jrobin5881

    EXCEL / Time - Adding/Subtracting

    I've developed a spreadsheet comparing travel times. I have the time from point A to point B listed in one column. I have time from a different point A, to the same point B listed in another column. The time is formatted as h:mm for each of the cells. At the bottom of each of the two columns I...
  3. jrobin5881

    Excel File with VBA - Error message

    Good Afternoon, I posted this under the VBA site earlier this morning and no response so I thought perhaps it belongs under the Sharepoint section instead and I've reposted here. I built an Excel app using VBA and a series of Userforms that I migrated up to a Sharepoint site. The file runs...
  4. jrobin5881

    Sharepoint vs Excel

    Good Morning, I built an Excel app using VBA and a series of Userforms that I migrated up to a Sharepoint site. The file runs fine on my local machine but gives me an error message when run from Sharepoint. DETAILS: I hide the application in the background when the workbook is opened...
  5. jrobin5881

    Scoll a form w/o scrollbar

    I have another Userform question. I have coding so that scroll bars appear and work fine on the right side of my form so that my users can scroll up and down by clicking and dragging the bar up and down. How can I make my form scoll as my users tab from one textbox to the next? Or if the user...
  6. jrobin5881

    Saving entries in a textbox

    I'm missing something. I have a userform with a series of textboxes for my end users to input information. I then have the "Save As" dialog box to save the workbook open when the user has completed the form. My "expectation" is that the data entered into the text boxes will remain there when the...
  7. jrobin5881

    Load multiple Textbox.text entries to a sheet

    Good Morning, I have a userform with multiple textboxes and a "Submit" command button below. I want the user to add values, text to the textboxes and have the data post to a master sheet when they're done. I know how to do this with one textbox at a time however I'm trying to streamline the...
  8. jrobin5881

    Message Box Response Action

    Good Morning, I have a user form with several command buttons on the bottom and two option buttons. When my user clicks a button I am checking to make sure that they've made at least one selection in the option buttons before continuing on with the program. I wrote the sub below and inserted...
  9. jrobin5881

    Excel Pop Up Calendar

    Good Morning, I have a pop up calendar that appears when an image is clicked on the user form. Private Sub Image1_Click() frmCalendar.Show End Sub and this is working correctly. I want the date that the user selects to be transferred to a text box control that I have next to the calendar...
  10. jrobin5881

    Looping Question

    I have a Workbook with 5 spreadsheets listing items that can be ordered by the departments in my office. The total number of items are multiplied by their cost and that figure is linked to an invoice sheet. Here's my issue: on the invoice sheet Cells H6, H16 and H26 have a sum formula. If the...
  11. jrobin5881

    Cannot get rid of leading space in a cell

    I receive an excel sheet of data from another application. This sheet is saved in a folder. I have VBA written to copy and paste the sheet into another workbook. All of that works fine. Here's the issue: Column A of the imported sheet has zipcodes that have a leading space before the number. I...
  12. jrobin5881

    Copy_Paste Special

    I'm trying to copy a range from one sheet and PasteSpecial to another located in the same workbook but I can't seem to get the PasteSpecial to work. I'm getting error messages. Here's my code: it's quite simple.(My actual code does not wrap as it does here in my post) Sub CopyRng() Set rng1 =...
  13. jrobin5881

    Quick way to Change a Formula to Absolute Reference

    I know about the use of the F4 shortcut key to convert a formula from relative to absolute after inputting in a cell. However is there a quick way to highlight a column or row and convert all of the formula's to absolutes at once?
  14. jrobin5881

    Use Countif with Filters applied

    From Columns A2 to H2 I have column headings to which I applied an autofilter. In cell F3 & G3 I have the formula =SUBTOTAL(9,F4:F991) & =SUBTOTAL(9,G4:G991).So when I change the filtered item in A2 I get the corresponding sums in F3 and G3 each time and that's working fine. Here's my issue...
  15. jrobin5881

    Alternate Row color over groups using conditional formatting

    In Excel 2003 I have my data sorted so that it groups by row in column A. For instance A1= Smith, A2 = Smith, A3=Smith and then A4= Jones,A5 =Jones, etc etc. I want to shade the rows based on the grouping in the A column. In an empty column to the right in Column P i put a formula in that reads...
  16. jrobin5881

    Macro will not fire

    I constructed a pivot table of the data on sheet 3 in the workbook and then renamed the pivot table worksheet "Rollup". What I'm trying to do is have the pivot table located on "Rollup" refresh automatically if/when I edit sheet 3 where the original information is stored. But the code I'm...
  17. jrobin5881

    Excel Logic Design

    I have a spreadsheet that is designed to determine monthly cost savings which roll into an annualized amount. Column F has a date that the end user puts in for when the savings is "expected" to begin. The potential date range used is the fiscal year which is Oct 1, 2008 and ends Sept 31, 2009...
  18. jrobin5881

    Excel Barchart Respond to change in Datatable

    In excel 2003 I have a dataset of several hundred rows and 20 columns that is sorted on one of the columns in descending order. I have a combo box that allows me to make a selection and the dataset is then autofiltered based upon the listitem chosen in the combo box. This all works fine but...
  19. jrobin5881

    VBA Warning Message

    I'm running VBA code in EXCEL that will follow a hyperlink on a spreadsheet and I'm getting a warning message, "Opening http://flash/subscriptions/RQ_49460.csv (not the real address because I didn't want to post actual address on internet) Some files can contain viruses or otherwise be harmful...
  20. jrobin5881

    Outlook Macro

    Is there a way to setup a macro to click a hyperlink in an email message?

Part and Inventory Search

Back
Top