Answer Questions
Shahabfar Raising Awareness
I work for a company that offers solutions and support to developers migrating from ASP to ASP.NET. I am a great believer in getting outside input, and so wonder what suggestions you all have for raising awareness of both the company and our products within such a niche market Any feedback would gratefully recieved Paul Connell Hi Paul, You might check out this information on some of the opport ...Show All
Marcio DTP Application in the Task Bar
Does any one explain why the application is not shown in the task bar if the form is shown modally. Is there a better way of handling the code without showing the form modally Hi Shasur, What program/versions are you using Can you provide more details or repro steps on this issue thanks, -brenda (ISV Buddy Team) Here is the VB 6.0 code ... Screen.MousePointer = vbNormal ...Show All
mmssi Add a column to Grantt Chart to MS Project
Hi there, i want to add a column to a grantt chart , this is my code snippet: TableEdit Name:="&Entrada", TaskTable:=True, NewName:="", _ FieldName:="", NewFieldName:="% completado", Title:="", _ Width:=10, Align:=2, ShowInMenu:=True, LockFirstColumn:=True, _ DateFormat:=255, RowHeight:=1, ColumnPosition:=1, AlignTitle:=1 TableApply Name:="&Entrada" SelectTaskColumn Column:="% completado" EditDelete I have an spanish ...Show All
Jon vdB Open an excel file
Hope you will help a beginner .. Here's what I want to do: In a VBA subroutine, try to open an excel file with a particular name say, P01GAB.xls. It may not be in the diretory, if not, wait for 10 seconds and try again. If so, open it and go on to the next thing. (Eventually, it will be in the directory...) So, I take it, I need some sort of error trap on the Workbooks.Open command... Thanks much. ...Show All
Kris M. Generating a Printable Document based on Styles.
Hi, (Please excuse me if this isn't the correct place. this is my first post. If I am in the wrong area - could someone point me inth right direction) Anyway - this is my problem. I manage a User Guide for an Service Development Scripting Language that runs on my companies Telecoms Platform. This Language is used by both Internal Development Staff to write call-flows and by Customers to develop thier own Appl ...Show All
smart_harsh Does the VBA save word as XML???
Hello! I'm really needing to know if there's any VBA code able to save a Word document as an XML doc. Any sample is appreciate. thanx Marcos Hercules dos Santos Got it working Marcos, check out my blog. http://dsmyth.blogspot.com/ Can you please provide me with the actual error message -brenda (ISV Buddy Team) O.K, I'm gonna try this. Thanx for a while Derek Hi Brenda, I'm trying ...Show All
JohnCC create a chart based on QueryTable
i had QueryTable and i wanna create a chart based on it. i already assign each range with its name already (as a column name). next, i have to make a graph based on parameter choosen by the user. so first i'm gonna make user interface with checkbox of parameters, n the user should choose what are the parameters and then choose the X and Y value afterwards. is it a good idea to make such kind of concept in order to create a graph or ...Show All
Ron Gliane Left Joins with Multiple Conditions in VBA
Hello, I am trying to run a query in Excel VBA. The query has a left join with a two conditions -- every time I run it excel crashes. If I remove the brackets enclosing the two conditions, the query fails. The query itself is correct because if I run it directly in Oracle it works. Also I can run it thru excel via Date->Import External Data but not thru VBA. Also if I restrict myself to one condition instead of two it works thru VBA. Any one ...Show All
Toontje Publishing Scorecard in BSM
Hi all, I installed business scorecard server and builder in the same sharepoint server and installation went well. I did a sample scorecard and published it. I clicked "Publish All" and it went through. Where do I see the published scorecard I'm sorry but I'm really new to BSM. Please help. Thanks in advance. Regards, Kenny Extra info from the support engineer... I also have a series of screen shot ...Show All
Michael Maes Needed urgent to download Windows live messenger
It have been offul to get a Beta Messenger 8.0 Y need this program. Please tell me how ando were can I have it. I need mto join MSN beta 8.1. I need ur help HI PLS HELP NEED TO DWNLOAD WLM 8.0 I know were to download it, www.ideas.live.com dont worry u dont need to thank me, u can get everything beta there. ...Show All
Christian Lavallee Working with Outlook Public Folders from Excel
Can anyone point me in the direction of some example code Instead of sending an e-mail which has a large attachment to a distribution group, I want to post it to an existing Outlook folder. The code will be placed inside an excel workbook, which creates the attachment file. Thanks in advance Here's the latest from the engineer: I understand that you are having some trouble creating and posting Outlook it ...Show All
Wayne Arant II Accessing OLE object properties (powerpoint 2020)
Hello, I am trying to achieve the following in powerpoint 2002: Create a menu button that will add a ShockwaveFlash Object with certain property settings. Not being to familiar yet in using VBA, I would appreciate greatly a helping hand here. The code, shown below, is obtained via a macro and is attached to a menu button "FlashImport". It will show a little square representing the object on the slide. Now, while the object is ...Show All
crim Positioning DialogSheets
I have been updating a rather old excel template which contains many dialogsheets. Most of them I updated to userforms. I need a couple of them to remain as dialogsheets because of the simple functionality they offer. The problem I have is that the dialog sheet position always moves to where the cursor is on the spreadsheet behind. This usually covers the area where the user needs to select an area of the spreadsheet transfering this information ...Show All
MahroofNM Can a field result in a Query be formatted as a hyperlink?
I'm struggling with outputting a result field in a MS Access 2003 query. Need to output the field as a hyperlink. I've properly constructed the destination URL and the hyperlink target, but cannot get MSA2003's query for format the field properly. Per the support engineer: For this case, I think Derek has already pointed the perhaps key reason of the problem encountered. Please let us know if you we ...Show All
BrianBrian Command Buttons
Hello Friends.. There are 5 command buttons in a form... Each command button reads dat from serial port... My problem is...When we press a command button while it is been processing..mean while if the user presses other command button it should not function or activate...But I'm not able to do that... Please any one help me abt this... Bye suma Hello Suma Before the routine that starts reading ...Show All
