I am getting the following message when trying to return a new object to VBA from my Visual Foxpro COM server.
- I have a tabular data with values as in picture. I created a pivot table in excel 2007 .How can I get count value of each up/Down for date specified. I tried to开发者_开发百科 by making one colu
Need to upload a file (file.txt) to a server (ftp.server.com) from Excel VBA. (does not have to be necessarily FTP, just need to be able to put the file there and get it back, and I\'ve got a server o
I am trying to use regular expressions in a macro for an Excel document. Here is what I have so far:
Problem Solved using modifications to answer Dim i As Long, values As Range, current As Range Set current = Range(\"D4\") \'//select 1st anchor cell
Using VBA, I\'m trying to build this sophisticated form to add new 开发者_StackOverflow中文版rows to an existing table.
ABC 1. cFirst Last 2. dF开发者_运维技巧irst Last 3. eFirst Last 4. cFirst Last 5. cFirst Last I\'m trying copy the information from columns B & C over to another worksheet (tab in the same docu
I have an Excel worksheet that contains a bunch of charts created from data pulled from another worksheet in the workbook. At the beginning of each month, when I add last month\'s data to the data wor
The macro hides rows. After the rows are hidden, users can copy, edit and delete blocks of cells/rows. When users select the range that contains hidden cells, hidden cells, unfortunately, got selected
Below code is in VB.net, how can i do the same thing with vba Option Strict On Imports System.Collections