CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: RIC63

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,792

    Re: Too memory used by the stack

    Hi 2kaud

    thanks for your suggestion, I'll try to modify the code as you told me and I'll update you,

    Thanks again
  2. Replies
    6
    Views
    1,792

    Too memory used by the stack

    Hi everyone
    I use VS Community 17.8.3 on a Hp Pc i7-9700 32Gb Ram W10pro 64

    compiling the attached code I received a warning with code C6262:
    "The function uses '4321508' bytes of stack. It is...
  3. Re: Create a txt file based on an Excel template

    Good morning 2kaud

    ..you are right -as always- the data are 10 :-)
    the code does exactly what I wanted, the visualization of the processed record is also nice

    I just have to figure out if the...
  4. Re: Create a txt file based on an Excel template

    Good morning VictorN

    I used the link because the interface gave me an error when I tried to upload the xlsm file, I didn't think it was a problem to use a service such as wetransfer

    I'm sorry
  5. [RESOLVED] Create a txt file based on an Excel template

    Good morning

    I need to modify the attached code to read the text file '216_To_Verify.txt' as input and produce the text file '216_Verified.txt' as output based on the template '216_Grp.xlsm'.

    ...
  6. Re: Filter a txt file based on status TRUE FALSE of specific Excel cells

    I really appreciate your comments useful to find a solution
    I know all the formulas of the worksheet so I will try to identify a method to release certain dependencies, if I can I will post the...
  7. Re: Filter a txt file based on status TRUE FALSE of specific Excel cells

    Hello 2kaud

    thanks for the code anyway

    actually I'm trying to find the solution that drastically decreases the analysis times, as it was for the other cases you solved for me

    in any case I...
  8. Re: Filter a txt file based on status TRUE FALSE of specific Excel cells

    Hello 2kaud

    first of all thank you for your interest and disposition to help me

    so I want to communicate the presence of an error in the VB routine highlighted thanks to your comments:

    the...
  9. Re: Filter a txt file based on status TRUE FALSE of specific Excel cells

    good morning VictorN

    i received a message of 'invalidd file' when i tried to upload the .xlsm ...

    any suggestion ?
    thanks
  10. Filter a txt file based on status TRUE FALSE of specific Excel cells

    The attached Excel file contains a VB macro which analyzes each record of an input file 'ToPurgeFile.csv' and writes to an output file 'OutPutFile.csv' the records for which all the conditions...
  11. Replies
    9
    Views
    2,347

    Re: Unable to compile

    Now works

    I tried to make some changes to the code myself but obviously my knowledge is insufficient to fall into such trivial errors
    .. I have to re-evaluate my approach to the forum

    I...
  12. Replies
    9
    Views
    2,347

    Re: Unable to compile

    sure, I have attached the list of errors
  13. Replies
    9
    Views
    2,347

    Re: Unable to compile

    Morning VictorN

    in the attached image 'Error_1.jpg' only some of the errors I receive ... is it possible that some component must be installed that is not currently installed? see...
  14. Replies
    9
    Views
    2,347

    Unable to compile

    hello I have a question about the compilation

    I compiled the attached code without any problem up to two/three updates ago, after the last two or three updates if I try to compile the code again I...
  15. Replies
    10
    Views
    3,263

    Re: Filter a txt file based on an Excel template

    morning 2kaud

    ok I understand, thanks anyway
    have a good day
  16. Replies
    10
    Views
    3,263

    Re: Filter a txt file based on an Excel template

    Hi 2kaud how are you? I hope everything is OK

    Again with reference to this thread

    I would like to combine/merge the 4 codes (which I customized based on the one you kindly provided) into one...
  17. Replies
    10
    Views
    3,263

    Re: Filter a txt file based on an Excel template

    Hi VictorN

    in the past there was someone to whom I explained a similar problem and he kindly wrote me 20 lines of code, I'm not here to ask others to work for me and with a spirit of altruism...
  18. Replies
    10
    Views
    3,263

    Re: Filter a txt file based on an Excel template

    right

    as I can't write the code, my knowledge is too poor, I ask if someone can write it for me

    thanks for the right observation
  19. Replies
    10
    Views
    3,263

    Filter a txt file based on an Excel template

    I have a text file composed of n records each of which consists of six numbers separated by a space, I need to filter this file to generate a new file that contains only the records that satisfy a...
  20. Re: Filter a txt file based on an Excel data sheet

    After a lot of attention to the various pieces of code you sent me ... with no small effort ... I changed the string responsible for the incorrectly filtered data .. :-)
    thank you for all the...
  21. Re: Filter a txt file based on an Excel data sheet

    Hello 2kaud

    thanks for the last variant of the code, I take this opportunity to show you a problem I have with one of the codes you sent me and that I tried to modify because in a particular...
  22. Re: Filter a txt file based on an Excel data sheet

    Hello 2kaud

    Do you think it is also possible to specify the file to use as input through a classic selection window ... so that I can choose between multiple folders and different files?

    it...
  23. Re: Filter a txt file based on an Excel data sheet

    Perfect ;-)

    thanks again
  24. Re: Filter a txt file based on an Excel data sheet

    Hi
    just one last question
    Is it possible to specify in the code that it searches for the input file from the folder from which the exe is started instead of specifying the Complete path name to...
  25. Re: Filter a txt file based on an Excel data sheet

    OK

    I have set the standard of the language to C++17 in the project properties and everything went ok without the need to further modify the code ;-)


    Thank You
Results 1 to 25 of 46
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured