Hi,
I am working with a Gantt Chart in MS Project. In the chart area, there is a task that is suppose to end at some date (6/2008). I would like to draw the "complete through" bar (black bar) to extend past the blue-coloured bar. i.e. move the black bar past 9/2008. Can someone explain how...
I've looked over the Internet, through Sun's APIs, and it appears there's more than one way to do it... but I couldn't get any to work :P
I'm using the SwingSet API... if someone could help me on how to play a basic WAV or MP3, that'd be great. Thank you!
Is it possible to access web pages that are password-protected, using VBA? With the user/password data, I plan to perform some activities such as printing pages.
Thanks,
Techno1X
Hi,
I can't get the following error checking methods to function properly. In these, the compiler jumps past the statement as if it was never there..
1. Trying to delete a table:
On Error Resume Next
dbOne.TableDefs.Delete tblFun
2.Append the new table to database
On Error Resume Next...
I get this error "Run time error 3125" when trying to append a table: it says I used an invalid name.
However, I followed the rules properly, so see this snippet:
CODE:
"Dim dbOne as Database
Dim tblOne As New DAO.TableDef
strName = "temp_Name"
Set tblOne = dbOne.CreateTableDef(strName)
(5)...
Situation:
I have a large list of various MS Excel formulas which are written as "String" format in an Access table. For example, the SUM function (SUM(field1,field2)), although the list of formulas is very large and they already include the data fields which need to be calculated on (see...
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.