Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    454

    Re: Create a 'Blank' Cell (2002)

    Thanks - it works! I'd tried putting the #n/a in the original data, which worked but the customer didn't like. Forgot that I could do my link that way too.
  2. Replies
    10
    Views
    454

    Re: Create a 'Blank' Cell (2002)

    A somewhat related question - I'm trying to graph some linked cells and I want the blanks in the original to show as blanks so they won't be plotted. I have a graph that changes as a user picks a...
  3. Re: Creating a hyperlink with a macro (97/2000)

    Interesting - yours worked. Below is my code that didn't work. I changed it to the syntax you used and it worked ??!!
    tr = "pos1"
    Range("plink").Copy
    Sheets("Report").Select
    ...
  4. Creating a hyperlink with a macro (97/2000)

    I have a macro that creates individual reports/files out of a large data set (it filters on a person, gets that person's data into a report "template" and saves it with a file name for the person). ...
  5. Replies
    9
    Views
    411

    Re: adding time (97)

    One solution may be to "force" the cells to be numeric. I've recovered text (values, dates and times) this way many times: type a 1 in any cell; copy that cell; select the range to be fixed; from a...
  6. Re: Update query with user defined function (97)

    Sorry I wasn't clear - the problem does occur only when I try to use the function in an update query (the error doesn't occur in a select query). But it only happens with one row of the 2000+ row...
  7. Re: Concatenating Values in a Report Text Box (2000)

    If you create a report, then modify a Control Source for a text box, you often need to change the name of the text box. I just add a number or something to the end of the name of the text box in the...
  8. Update query with user defined function (97)

    I've written a user defined function to do some significance testing on 4 values (double) and return one value (integer). The function works just fine in a select query, but when I try to do an...
Results 1 to 8 of 8