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
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...
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...
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
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
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
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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.