Could anybody help me in fixing following problem in saving the shared workbook?
I have around 10 users sending data from their own worksheets to a shared workbook every day. When some users try to save the shared workbook, they encounter question like "The file exists already, do you want...
Hi, VBAjedi
Sorry for not providing detail. The emptywork I meant is one I set up with VBA. The purpose of this book is to collect data from other 6 workbooks. My source data is in exactly the same place in each of the six books. I want to open this new workbook everyday, then open other 6...
Hi, everyone,
I need to open an empty workbook, and receive data from other six opened workbooks. Could anyone tell me how to achieve this?
Thanks a lot. I need this urgently.
JY
Thank you, Frank. I know that Word has index/table of contents. I am just having hard time in formatting the headings. I need to format the headings before I use index/table of contents, do I?
Thank you again.
JY
Could anyone tell me how to make table of contents for a huge word document using some techniques? This really gives me a lot of hard time because I made it manually, and every time when we make change to the document, I have to shift all the page numbers.
Thanks.
JY
Miggy,
Thank you for your help. Here is my code:
mycount = Sheets("Head Sheet").Range("O51").Value
a = Format(Now, "mmddyy")
Set fs = CreateObject("Scripting.FileSystemObject")
If...
Hi,
I am trying to save a group of files created on the same day in the same folder. Since these files are produced daily, I am trying to group these filesunder in the same folder using date as folder name .
The folder was created by using Dir(Path,vbDirectory) function. But what strange...
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.