Software Development Network Logo
  • Game Technologies
  • Visual C#
  • Windows Forms
  • VS Team System
  • Windows Live
  • Visual J#
  • SQL Server
  • Smart Device
  • Visual FoxPro
  • Visual Studio
  • Microsoft ISV
  • Visual Basic
  • .NET Development
  • Visual C++
  • Windows Vista

Software Development Network >> Microsoft ISV

Microsoft ISV

New Question

VBA HELP ON WORKSHEET
working with 2 workbooks
Application Hosted Scripting IDE in .NET 2 ?
Report single record in Access 2002
Command Buttons
Live Communications Server tab does not show up
How do you find out the Windows User Name from VBA
showing userforms in html format
Losing primary display on Windows 2003 SE w/ single Radeon display
GroupBox Borders

Top Answerers

beginer_max
DaveQuick
Ciprian Gerea
Brahma
Nick E
DavidWhite
Petri409
AARONSANDY
RichardSw
Bone
HiT Software, Inc.
Only Title

Answer Questions

  • Thorsten H MS Office document and image writer print driver

    I followed the instructions posted in this discussion to add back the virtual printer by selecting the "Generic / text only", change in printer property to select "Microsoft Document Imaging Writer port". but when I print, I do not get the preview, niether the final file. I find a Way to reinstall IMAGING WRITER:: 1 Rename MDIMON.DLL 2 Remove EXCEL 3 Remove DOCUMENT IMAGING 4 RESTART 5 Reinstall E ...Show All

  • cwi VBA Editor Crashed

    Dears, I installed a couple of Excel Addin and uninstalled now, but the VBA Editor can't view code right now. I can pop out the VBA Editor in Excel, but I can't double click any file nor insert a new module/class -> it crash immediately. ( Screen here) I also tried to unregister the VBE6.DLL and re-install the component in Excel, but it doesn't fix the problem. Anyone know the resolution (FYI: I installed Excel 12 in the past but now remo ...Show All

  • Wallace VBA Excel Macro to delete rows based on column conditions

    I am trying to write a macro that will take a file, open it up then based on conditions in 3 colums delete the row. So if the value in Colum Q,T & W is zero then that row will be deleted. All three columns have to be 0. so far I have: Sub Text_File_to_Excel() ' ' Text_File_to_Excel Macro ' Macro recorded 4/13/2004 by C4TXL ' ' myFile = Application.GetOpenFilename("Text Files,*.txt") Workbooks.OpenText _ FileName: ...Show All

  • Rodrigo Libano ReadAll reading in first 254 characters only. Help

    I have been using this code for sometime under previous versions of MSWord. However, the ReadAll function does work properly in Word 2002 with VB 6.3. I try to read in all the text in a text file and it will only read in the first 254 characters. Any help will be greatly appreciated. The following is my code: Const ForReading = 1, TristateFalse = 0 Dim fs, f, ts ChangeFileOpenDirectory gTemp_Dir Set fs = CreateObject("Scripting.F ...Show All

  • griojas Form Requery

    I have a command button on a form to create new records for the data shown on the form. When the code finished I want the form to have the new record available. I have this code at the end of the button code: Forms("frmDocumentDetail").Requery It does not work. The records do not update unless I exit the form or do something like hit the sort records button. TimD How do I tell the form to execute it ...Show All

  • Liron231 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

  • jmp0658 VB.Net to VBA?

    Is it possible to write code with .NET and have it work for VBA Thanks You'd still need the .NET framework installed, you cannot run .NET code without the framework. But yes you can, you'd make the .NET code avaliable via COM and then reference it from within VBA. There are articles on creating managed plug-ins for Office in the MSDN library, this would be the best place to start. There is a ...Show All

  • StevieG Serial Port Sample Code Needed for Visual Studio 2005 & Visual Basic

    Hello All, I am an Electrician that uses Micro-Controllers in my work and only 1 - week old in VB programming. I have been able to build a Windows interface and perform several task in Visual Basic using Visual Studio 2005 Standard Edition but Completely Lost in using my USB port. I would like to start out Very Simple and simply press a button to send a byte of data out the port. If anyone could assist me in a very simple code sample I would ...Show All

  • Anders Sneckenborg reportbuilder

    Hi all, I have seen forms in databases where users select from unbound fields and click a button that would give them a report based on their selections. Here's is the code but it give me an error "object required" Private Sub cmdPreview_Click() On Error GoTo Err_cmdPreview_Click Dim strSQL As String Dim strnewQuery As String strSQL = strSQL & "[" & ctl.Name & "] " & " like " ...Show All

  • Seshagiri Live Communications Server tab does not show up

    I have just installed Live Communications Server 2005 Standard in my test enviroment. I have a seperate server as a Domain Controller (all servers are Virtual Servers on one physical machine). When I followed all the steps during installation, no errors show up. Also, the HTML log files only display green 'success' items. However, when I open the User Properties window on my DC, there is no Live Communications Server tab. It should show u ...Show All

  • myoungbl Application Hosted Scripting IDE in .NET 2 ?

    Hi Whats the direction for providing an application that enables hosted scripting and bebugging of the script etc. Is there an integrated commercial grade (or close) VBA replacement in managed code that supports debug, breakpoints single step etc, and can use VB.NET or C# as the language. Does anyone know of a simple control that would be close Andy Per one of our support engineers... I have done some intensive research on following iss ...Show All

  • Mauricio Pires How Can I create an UDF I can use in a cell?

    How can I insert a managed function in a cell For instance I have a created a function Public Function test( ByVal myRange As Excel.Range) As String 'Some code..... test = "testing" End Function If I put in a cell of the wordsheet the formula =test(a1:a2) I get an error. Is there a way to create a UDF as is possible in VBA Daan Compared to VBA and even XL ...Show All

  • NewtoC Access Form "INSERT INTO" not working

    Let me preface this by first of all saying I haven't done much VB in several years. However, the current project I'm working on at work I'm having to create an application in Access using VBA. It's just a prototype so that management can see that the process will work, but I'm having trouble with one section. Essentially I have a form with one text box on it that when the user clicks the button it will add whatever the user typed in along with a ...Show All

  • rodolfogr Vote

    Current MSDN Universal subscribers get a free upgrade to their choice of one of the Team editions of Visual Studio 2005 when its released.  What about current EmpowerISV members   And what will future members get   I'm planning on joining the program, but I want to be sure I know what my team will be  getting long-term, especially as it relates to Visual Studio Team System. Today I received ...Show All

  • Karl Hilsmann MSFT What version of Team System do EmpowerISV members get?

    Current MSDN Universal subscribers get a free upgrade to their choice of one of the Team editions of Visual Studio 2005 when its released.  What about current EmpowerISV members   And what will future members get   I'm planning on joining the program, but I want to be sure I know what my team will be  getting long-term, especially as it relates to Visual Studio Team System. Today I received ...Show All

818283848586878889909192939495969798

©2008 Software Development Network

powered by phorum