Search:

Type: Posts; User: spursystarman

Search: Search took 0.02 seconds.

  1. Re: how to delete rows based on calculation

    Cheers all, problem solved thanks very much.
  2. Re: how to delete rows based on calculation

    Cheers for your quick reply. I'll give that a try - so if I can use my original example this would be:
    if range("k") - range("j") < 0.6 then range("k").entirerow.delete

    I havent given a cell...
  3. how to delete rows based on calculation

    Hi,
    This is a VBA question - hope I have picked the right forum!
    I am not an experienced VBA person, so please be gentle!!:)

    I have a large excel sheet from which I need to delete certain rows, ...
  4. Replies
    17
    Views
    1,842

    Re: type mismatch mystery

    Hi Passel, and others who kindly replied:
    That was it - used write / input! Many thanks, and stay safe by not drinking disinfectant ;-)
  5. Replies
    17
    Views
    1,842

    Re: type mismatch mystery

    Hi and thanks all.
    Probably not necessary to show the calcs that led to homx etc., because they work (and the variables are all dim'd as double) and they are there, correct, in the text file....
  6. Replies
    17
    Views
    1,842

    Re: type mismatch mystery

    Hi and thanks all.
    Probably not necessary to show the calcs that led to homx etc., because they work (and the variables are all dim'd as double) and they are there, correct, in the text file....
  7. Replies
    17
    Views
    1,842

    Re: type mismatch mystery

    OK, here we are. There are 2 forms (frmHomestar, frmStars in order of operation) and modCalculations.

    (In declarations section of modCalculations)

    Public Const PI = 3.1415926
    Public hrs As...
  8. Replies
    17
    Views
    1,842

    Re: type mismatch mystery

    OK, no I know I didn't do that, I am familiar with that particular issue. Get back to you super fellas soon...
  9. Replies
    17
    Views
    1,842

    Re: type mismatch mystery

    Okay. I will do that tomorrow, as the coding is on another machine, which is in another room (and is off!) - thats why I had to make up a bit of dummy code. Thanks for your quick reply.
  10. Replies
    17
    Views
    1,842

    type mismatch mystery

    Hi,
    Four numbers (dim'd as double,double,double,single respectively) are sent by one form to a sequential .txt file, which is then closed. Variables are dim'd in an external module, since they need...
Results 1 to 10 of 10



Click Here to Expand Forum to Full Width