Search:

Type: Posts; User: Sowjanya_N

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,645

    Export data from Access to Excel

    I need to export data from Excel 2007 file to Access 2007 table.

    The excel file has 65536 rows and I am not able to export more than 65536 rows of data.

    Here is the code

    con=...
  2. Replies
    2
    Views
    4,019

    Save Dialog box in MS Access

    Hi

    I want a save dialog box to be prompted to save a file.
    I need the code in MS Access.

    Please Help.
  3. Replies
    3
    Views
    1,369

    Re: Suppress Excel Message

    application.displayalerts=false does not suppress the message
  4. Replies
    3
    Views
    1,369

    Suppress Excel Message

    When I open .xlsm file I get the following message:

    "File Conversion in progress".

    How can I suppress this message from excel macro.
  5. Thread: MS Access

    by Sowjanya_N
    Replies
    2
    Views
    519

    MS Access

    Hi

    How to suppress macro security warning that comes up when I open the MS Access database.

    Opening “C:\Test\test.mdb”
    This file may not be safe if it contains code that was intended to harm...
  6. Thread: MS Access

    by Sowjanya_N
    Replies
    4
    Views
    770

    MS Access

    Hi

    What is amount of data or Size (in GB) that the MS Access can accomodate.

    Thanks.
  7. Templates Folder as Excel Trusted Folder

    Hi

    We have developed an Excel tool with macros in it.
    We are actually planning to package the tool.

    And when the User installs the Executable; the exe has to install the tool on C:\Program...
  8. Microsoft Office Spreadsheet Component 11.0

    Hi

    Can anyone please let me know which are all the versions is Microsoft Office Spreadsheet Component 11.0 compatible.

    Is it Compatible with Excel 97/2000/2002.

    Thanks
  9. Replies
    4
    Views
    1,413

    Create a package for Excel file

    Hi

    I have developed a Excel tool.
    I want this tool to be packaged for deployment on user's desktop.
    Can I package this tool using Package and Deploment wizard provided by Microsoft Visual...
  10. Thread: Excel 2003

    by Sowjanya_N
    Replies
    1
    Views
    464

    Excel 2003

    I need to access data from a workbook which is exsiting on a remore site (for eg: http://excelfile.com)

    I have to write a Excel(Excel 2003) Macro for this

    How do I do that.

    Please help
  11. Replies
    3
    Views
    699

    Re: Advanced filter in Excel 2003

    Advanced filter in Excel does not do Exact string match.

    For example, if suppose I want to extract all those records which has value FS in column A, if I apply an advanced filter output will...
  12. Replies
    3
    Views
    699

    Advanced filter

    Hi

    How can I do exact match for Advanced filter
  13. Replies
    4
    Views
    714

    Excel controls

    Hi
    I am using Labels and Combo boxes in Excel 2003 application.
    I have designed the excel sheet setting the Zoom magnification to 94%.
    But when I reduce the Zoom magnification to 78% the font of...
  14. Replies
    3
    Views
    4,011

    Re: Close Notepad

    Thanks for the reply.

    The code below "CheckIfNotepadisOpen" would help me find if there are any notepads open.
    But I want find if C:\test1.txt is open or not.

    How can I do that?
  15. Replies
    3
    Views
    4,011

    Close Notepad

    Hi

    I am using a Shell Command in Excel Macro to open the notepad.
    Shell "Notepad.exe " & "C:\test1.txt"

    I want to check if this file is open, if its open then I do not want to open the notepad...
  16. Wrod Wrap in Microsoft Office Spreadsheet Component

    Hi

    I know that Wrod Wrap is not supported by Microsoft Office 2003 Spreadsheet Component , Can I use some WinAPI or anything with the help of which I can enable the word wrap.

    Thank you.Please...
  17. to exclude only one row from the Autofilter in Excel

    Hi

    if I use the below code to exclude one row from filter criteria. It excludes all the rows which are selected.

    Sheet1.Spreadsheet1.ActiveSheet.AutoFilter.Filters(1).Criteria.FilterFunction =...
  18. Replies
    0
    Views
    827

    OWC Spreadsheet component in Excel

    Hi

    I am using a OWC11 spreadsheet component to display some data.
    But the excel application is taking long time to open up.

    Please help
  19. to reapply filter to OWC Spreadsheet contol in Excel

    Hi

    Once I apply the filter.
    I want to save the filter criteria.
    So that once I turn off the filter.
    I must be able to reapply the filter.

    How can I do that.

    the filter is applied to OWC...
  20. Replies
    1
    Views
    2,567

    OWC Spreadsheet Control

    Hi

    I am unable to freeze the size of the spreadsheet component in Excel.

    I am using the OWC Spreadsheet control to display some data.

    Whenever I open the Excel application the size of the...
  21. Replies
    3
    Views
    605

    Re: Change the color of the Hidden Cell

    The code I have used to change the color of the hidden cells is:

    ThisWorkbook.Worksheets("Sheet1").Spreadsheet1.Worksheets("Sheet1").Range("A2:I2").Interior.Color = vbWhite

    [Spreadsheet1- is a...
  22. Replies
    3
    Views
    605

    Change the color of the Hidden Cell

    Hi

    I am unable to change the color of the hidden cell in OWC Spreadsheet component.

    Please Help.
  23. Replies
    1
    Views
    1,014

    Microsoft Spreadsheet Control in Excel

    Hi

    I am using an Microsoft Spreadsheet cotrol 11.0 (OWC Spreadsheet) in an Excel application.

    I want to Wrap text in the spread sheet control and also apply filter, not the one which the...
  24. Replies
    4
    Views
    50,821

    Split one cell into two cells in Excel

    Hi

    How to split one single cell into two cells in excel 2003

    Thanks
  25. Replies
    3
    Views
    431

    Digital Certificate

    I have created a digital certificate on my machine to supress "Enable/Disable Macros message"

    How can I use the certificate for other users to that the message "Enable/Disable Macros message" does...
  26. Re: Supress Enable/Disable Macro warning message

    Hi

    Digital Signature signed an accepted for the first time. - How Can I do this
  27. Supress ActiveX control warning message in Excel

    Hi

    I have used Active X Controls in Excel 2003.
    When I open the workbook I get a warning message

    "The application is about to initialize ActiveX controls that might be unsafe . If you trust...
  28. Supress Enable/Disable Macro warning message

    Hi

    When I open the workbook I get a Security warning message.
    To Enable / Disable Macros.

    Can I supress this Programmatically.

    I know, I can supress the message by setting the Macro...
  29. Replies
    1
    Views
    495

    WorkSheet_Selection Change

    If I have some other workbook open the Worksheet_SelectionChange is not working.

    Please help
  30. Copy and Paste data from one Excel worksheet to another

    Hi

    While Copying the data from one worksheet into another worksheet using macros , I get the below message
    "Data on the Clipboard is not the same size and shape as the selected area. Do you want...
  31. Replies
    9
    Views
    18,600

    Re: ComboBox SetFocus Method

    Hi

    Its still giving me the same error, after making the above code change
  32. Replies
    9
    Views
    18,600

    Re: ComboBox SetFocus Method

    Yes Frame1 is on Sheet1
  33. Replies
    9
    Views
    18,600

    Re: ComboBox SetFocus Method

    Comboboxes are in the Frame, not on the form.
    Visible and enabled properties are set to true
    Sheet1.Frame1.Controls("ComboBox1").SetFocus- is the code I am using
  34. Replies
    9
    Views
    18,600

    ComboBox SetFocus Method

    Hi

    I have a Frame and three Comboboxes and 2 CommandButtons.

    One of the commandbutton is for Searching the records and other is to clear the data.

    After doing search, When I click on button...
  35. Replies
    2
    Views
    664

    Active X Controls in Excel

    Hi

    I am using Active X controls in my Excel Application (Version:2003).
    When ever I open the application I get a message:


    "The application is about to initialize ActiveX Controls that might...
Results 1 to 35 of 36



Click Here to Expand Forum to Full Width