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 strongm 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: pukiamak
  • Content: Threads
  • Order by date
  1. pukiamak

    Memory Latency Program

    Hello Guys, I am wondering if any of you guys have the example code for memory latency program in C? I am thinking to develop it in Linux using Gcc. Thanks
  2. pukiamak

    Calling function defined in DLL lib

    Hello guys, How can I call the function defined in Dll in Visual Studio? I have tried using this macro #define DllImport __delspec(dllimport) DllImport FunctioName but visual studio say it's unresolved external symbol. I have tried to go to the project's setting and include the additional...
  3. pukiamak

    converting linux driver to win driver

    Hello Guys, I am trying to convert linux driver written by someone to win driver. The final code should be OS independent in other words it should know which enviroment it is running on. Should I declare #ifdef __WIN32 in the header file or it is built in? I am not too familiar with driver...
  4. pukiamak

    Split content of the cell

    Hello guys, I have excel rows with the following format Row 2:" 120 250 700" Row 3:" 120 250 700" I want to split the content of the cell into Column 1: 120 120 Column 1: 250 250 and so on the delimiter is the space. Thank you guys, Tony
  5. pukiamak

    Save each column into .text file

    Hello guys, I have 10 columns in Sheet 1. How can I save each column into .text file so that I have total of 10 different .text file? Thank you, tony
  6. pukiamak

    Hidden values in cell

    Hello guys, I have supposedly empty cell, where I have used Replace function to replace some of data. When i try to check if it's empty, its returning false. How do i check hidden values in cell? Thx, Tony
  7. pukiamak

    delete rows with empty column

    Hello Guys, I have sets of data with each row have 5 column. However, some of data have empty column. I wish to delete the rows if all the 5 columns are empty. How can i do that? Thx, Tony
  8. pukiamak

    delete characters from the left

    Hello Guys, I have sets of data in excel which like the following: 1) good morning sir 2) good afternoon sir 3) good night sir 4)... 5)... and goes on I wish to delete the number and the bracket following it. In other words, I wish to delete 1),2),3) and so on.How can i do that? Thx a lot...
  9. pukiamak

    Traverse content of cell using VBA

    Hello Guys, I wish to traverse content of each cell in my sheet. Let's say on Sheet 1, in cell (1,1) I have the entry (Good,Morning,Sir). On sheet 2, in cell (1,1) I have the entry (Good,Afternoon,Sir). I want to traverse inside the cell so that if there is a similar data like...
  10. pukiamak

    && operator in VBA

    Hi guys, I have question how do you apply && or || in VBA? suppose i want to use if (a=b) && (c=b), i want both condition to be satisfied. thx, Nic
  11. pukiamak

    Highlighting the same rows in multiple sheets

    Hello all, I am newbie to this forum. I have 3 sheets in excel. I have a problem in creating macros to select rows which have the same content/variable among the 3 sheets. Anyone can help me with the code? i would really appreciate it.

Part and Inventory Search

Back
Top