• WSBat17

    WSBat17

    @wsbat17

    Viewing 15 replies - 331 through 345 (of 368 total)
    Author
    Replies
    • in reply to: Can I Include Character Format In Formula Results (97) #571579

      You can use the Charater Map too to find your symbols, this will also give you their Key Stroke number – “alt 0178” for the superscript 2. These can be entered directly into the edit line

      HTH

      Peter

    • in reply to: Macro behaves differently if attached to button (Excel97) #570283

      A second thought on this is whether it is possible to get the format of the date in the .CSV file changed to either the number format that Excel uses for dates or to a Long date format that could not be misinterpreted. i.e.

    • in reply to: Macro behaves differently if attached to button (Excel97) #570282

      I had a similar problem copying from word and pasting to Excel by code. The way I worked around it was to use sendkeys “ctrl V” to do the pasting. Maybe you can do something similar with the macro?

    • in reply to: Importing named ranges from a reference workbook (Excel 97) #570100

      Not sure quite how to do it all, but rather than try to find the last Row used I would make a lookup table listing the rows used in a block and calculate the row number requierd from that

      HTH

      Peter

    • in reply to: Calculating Elasped Time (2000) #570095

      7 hrs 48 mins = 0.325 of a day

      0.325 * 24 = 7.8 hrs

      You just need to change the number format to “Number” and set you decimals to suit your preference 😉

      At least using Decimal hours makes it is a lot easier to do maths on!

      Peter

    • in reply to: Access report like Excel (97) #569611

      You wrote “You can put an unbound control into the detail section of the report, make it zero height and hide it by making its foreground, background and border colors all white …”

      Is there an advantage in hiding it this way rather than just setting its visible property to false?

      Peter

    • in reply to: Snapshot (A2k) #569053

      yes, but the lack of choice still means that the only way I have of sending a report electronically is to get everyone concerned to download and install the SnapShot viewer. HTML could just have been put on a read only drive if there was thought to be a problem with meddling fingers.

      I like Snapshot, but would have liked more choice as well! have things improved at all in versions after 2k?

      Peter

    • in reply to: Problem w/ importing numbers (2002) #569037

      2cents

      If you are copying the same amount of data each time you could use an array formula to add the column
      {=SUM(VALUE(E6:E10))}

      HTH

      Peter

    • in reply to: Snapshot (A2k) #568950

      I can see why they did not use PDF for it but I cant see why they could not have a decent HTML export though.
      PowerPoint quite happily exports graphs and things in to it!

      Peter

    • in reply to: Snapshot (A2k) #568811

      Perhaps I should just forward it to “All Users” on the network and point them towards IT?

      devil

    • in reply to: DSUM Formula (Excel 2000 SR1) #568455

      2cents

      one thing to double check is that the named range is actualy looking where you think it is, as looking outside of the range would give an #VALUE error

      Peter

    • in reply to: how to specify dlookup domain in expression builde (97) #568446

      I suspect it should be more like
      DLookUp(“refNum”,”NewQuery”,”[refNum][NewQuery]![ReferenceNumber]”)

      Using will most likely just give you the first refNum in the table each time though!

      Peter

    • in reply to: VariableRange sizes (XL2K) #568263

      Thanks for the formula Aladin.
      Took me a while to work out what it was doing smile
      I have got it tweaked to fit my setup now, just need to replace a couple of hundred formulas now!

      Many thanks

      Peter

    • in reply to: Assigning a Macro to a Command Button (Excel 2000) #568230

      RightClick over the button and select “View Code”.
      You will need to toolbox toolbar showing and the “Design Mode” button selected to do this.

      Peter

    • in reply to: Swap Axes in Excel (97) #568224

      I don

    Viewing 15 replies - 331 through 345 (of 368 total)