I put my code in the Workbook_Open Event. but it still not working ( like below). Am I doing something wrong. But when I run it manually it is working.
Private Sub Workbook_Open()
//code
End Sub
Sry I was not clear in my last post. What Iam trying to do is save a back up before we make changes to excels file. How can I do that? Anything that saves backup automatically would help. I already have a macro for back up. Just don no how and when to run this macro?
Thanks
how can I go and say in my code.
1) my word document has a macro where you double click it to run.
2) After running it, I need to unprotect the word document.
So how can I make it automated programmatically instead of doing manually?
how can I go and say in my code.
1) my word document has a macro where you double click it to run.
2) After running it, I need to unprotect the word document.
So how can I make it automated programmatically instead of doing manually?
How can I
1)run a macro in word document macro from the aspx page
2)Then unprotect the document
3)Then put it in a folder
Thanks and I appreciate your help
How can I
1)run a macro in word document macro from the aspx page
2)Then unprotect the document
3)Then put it in a folder
Thanks and I appreciate your help
Gr8. Actually before I changed a different counter, which didn't work. Also could you tell me how to programme like you. How can I contact you in the future. Hope you always keep an eye on my postings. thx and really appreciate your help.
Actually I tried that. actually Iam talking about the empty line between concatenation and average columns, not the column between data and concatenation
Thanks
Thanks much ck1999. How can I avoid the empty column bet my concatination and the average columns. and also how can I run both the subs at the same time.
Thanks for all your help
I really appreciate it.
Hi CK1999,
Could you please tell me how to approach this final step which is a continuation of previous step. I appreciate your help.
This was the last result
row 1:B 4 5 6 7 A 1 2 3 4
row 2:c 2 4 6 4 A 1 2 3 4
row 3:D 4 5 8 7 A 1 2 3 4
row 4:c 2 4 6 4 B 4 5 6 7
row 5:D 4 5 8 7 B 4 5 6 7
row...
here each line is each row and each alphabet/number is each cell
row 1:A 1 2 3 4
row 2:B 4 5 6 7
row 3:c 2 4 6 4
row 4:D 4 5 8 7
Want
row 1:B 4 5 6 7 A 1 2 3 4
row 2:c 2 4 6 4 A 1 2 3 4
row 3:D 4 5 8 7 A 1 2 3 4
Then repeat this until the last row
this is after 2nd iteration
row 1:B 4 5 6 7...
this is my input
a 1 2
b 5 4
c 5 8
d 6 7
e 5 3
this is my next step
b 5 4 a 1 2
c 5 8 a 1 2
d 6 7 a 1 2
e 5 3 a 1 2
c 5 8 b 5 4
d 6 7 b 5 4
e 5 3 b 5 4
d 6 7 c 5 8
e 5 3 c 5 8
e 5 3 d 6 7
After generating this I calculate mean for each row.
Business case is to...
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.