Добавить в избранное   Сделать стартовой   Главная   E-mail   Форум   Мой блог 
   
Cертификации

Errors

ETL

FAQ (по темам)

GIS

Web

wiki

Администрирование

Безопасность

Книги
Oracle, ...

Новости

ОС

Программирование

Проектирование БД

Производительность

Скачать

Советы

Тестирование

Установка

FAQ - по базам данных
FAQ - по базам данных
Установка СУБД
Oracle
Sybase
MySQL
PostgreSQL
MS SQL Server
Interbase, Firebird
Другие DB
Администрирование
Oracle
MySQL
Sybase
PostgreSQL
MS SQL Server
Interbase, Firebird
IBM DB2
Другие DB
Проектирование БД
Статьи
ETL
Теория БД
ErWin
Designer 2000
PowerDesigner
Хранилища данных
CASE средства
OLAP
Бизнес - анализ (BI)
Производительность
Oracle
MSSQL
Interbase, Firebird
IBM DB2
MySQL
PostgreSQL
SYBASE
Безопасность БД
Oracle
MS SQL Server
Инъекция SQL
Программирование
Transact-SQL
PL/SQL
C++
XML
SQL
PostgreSQL
MDX
Java
VBA Excel
Книги по базам
Oracle
Заказ книг
ОС
Установка и настройка
UBUNTU
ОС
Установка и настройка
UBUNTU
FAQ
FAQ - по базам данных
Главная arrow VBA Excel
VBA Excel

VBA Upload File Using FTP

Печать E-mail

Microsoft ships a redistributable msinet.ocx with a number of products including Visual Basic 5.0, 6.0, Office 2000 Developer, Visual FoxPro 6.0, Visual C++ 5.0, 6.0. This file hosts Microsoft Internet Transfer Control which implements a number of protocols including HTTP and FTP. You need to know the commands that initiate the operations.

The code snippet given below shows how to use Microsoft Internet Transfer Control to upload a file to a machine. To use the code, make sure that you add a reference to Microsoft Internet Transfer Control. To add a reference to it

  1. Select Tools | References....
  2. Select Microsoft Internet Transfer Control from the available references.
    1. If it is not available, click the Browse... button. You will be presented with the Add Reference dialog box.
    2. Locate and select MSINET.OCX. This file is usually present in the System folder.
    3. Click Open to dismiss the Add Reference dialog box.
  3. Click OK.
 
Подробнее...
 

How to send and receive files using FTP from within VBA

Печать E-mail

FTP

These code extracts show you how to send and receive files using FTP from within VBA.

You will need to amend the code for your own account name, password, directories and file names.

The code creates three files.

  • First is a text file (.txt) that contains the commands processed by FTP,
  • Second is a batch file (.bat) that runs the FTP command
  • Third is a marker file (.out) that is created by the batch when FTP has finished processing. When this is created, our VBA code detects it and knows it can then carry on with its tidying up routine
Подробнее...
 

Описание ограничений при работе с массивами в Excel

Печать E-mail
В версиях Microsoft Excel, перечисленных в разделе "Информация в данной статье применима к", сведения об ограничениях при работе с массивами приведены в разделе справки "Спецификации вычислений". В данной статье описаны ограничения при работе с массивами в Excel.
В приложении Excel максимальный размер массива зависит от объема доступной оперативной памяти, общего количества формул массива и правила "целого столбца". 
Подробнее...
 

How to Loop in Cell Range in Excel

Печать E-mail

There are many reasons to want to loop through ranges of cells in an Excel worksheet. The most common seem to be:

  • Changing cell color based on a condition;
  • Creating sets of data;
  • Generating reports.

Programmers will be aware that loops enable us to tackle the movement through an array of objects in a variety of ways. We can use a counted loop to iterate a set number of times, or an uncounted loop which will only stop once a certain condition is met.

In this article, we will look at how to loop through a collection of cells using both counted and uncounted loops. The term range is used here to identify an object containing cells from a worksheet.


Подробнее...
 

Excel's Dynamic Range Names

Печать E-mail

Often, we Excel users refer to ranges that need to move or expand in future versions of our reports. For example:

  • Each month, we must report the current month, the year to date, and, perhaps, the twelve most-recent months of financial data. Next month, we must point our existing report to new data.

  • We might use the TREND function to forecast weekly sales. Next week, we must point the function at one more week of data.

  • We occasionally need an easy way to point one chart at different areas of a spreadsheet database.

Dynamic range names can meet all these requirements.

Подробнее...
 
     

Последние добавленные статьи
Поиск
Ссылки
Главная
Скачать
Курсы
Роль АБД (SYSDBA)
Карта сайта
Автостекла
Контакты
Войти на сайт
Популярные статьи
Online - тесты
1Z0-042
Rambler's Top100 МЕТА - Украина. Рейтинг сайтов хостинг от freehost.com.ua

Все права защищены.SYSDBA 2010 | Если у Вас есть хороший материал пришлите его нам.