Skip to main content

Posts

VBA Code to Clear Cell Contents and Keep Formatting VBA कोड स्पष्ट सेल सामग्री और स्वरूपण साफ़ करने के लिए

# VBA Code to Clear Cell Contents and Keep Formatting:- To  clear cell contents (but not formatting) using VBA , use a statement with the following structure: VBA का उपयोग करके सेल सामग्री (लेकिन प्रारूपण नहीं) को साफ़ करने के लिए Cells.ClearContents VBA Statement Explanation Item:  Cells. VBA Construct:  Range object. Description:  Range object representing the cells where you want to clear the contents but not the formatting. You can usually return a Range object with constructs such as the Worksheet.Range, Worksheet.Cells (with Range.Item), Range.Offset, Range.Resize or Application.ActiveCell properties. If you explicitly declare an object variable to represent Cells, use the Range object data type. Item:  ClearContents. VBA Construct:  Range.ClearContents method. Description:  The Range.ClearContents method clears values and formulas from the Range object you specify (Cells). Range.ClearContents leaves formatting intact...

Excel VBA Code For Clear Cell एक्सेल VBA कोड क्लियर सेल के लिए

# VBA Code to Clear Cell :- To  clear cells using VBA , use a statement with the following structure:- VBA का उपयोग :-  सेल  को साफ करने के लिए Cells.Clear VBA Statement Explanation Item:  Cells. VBA Construct:  Range object. Description:  Range object representing the cells you want to clear. You can usually return a Range object with constructs such as the Worksheet.Range, Worksheet.Cells (with Range.Item), Range.Offset, Range.Resize or Application.ActiveCell properties. If you explicitly declare an object variable to represent Cells, use the Range object data type. Item:  Clear. VBA Construct:  Range.Clear method. Description:  The Range.Clear method clears the Range object you specify (Cells). Range.Clear clears the entire Range object, including values, formulas and formatting. VBA स्टेटमेंट स्पष्टीकरण 1. आइटम: सेल। VBA निर्माण: रेंज ऑब्जेक्ट। विवरण: रेंज ऑब्जेक्ट उन कोश...

SQL> Data Definition Language

SQL >  Data Definition Language - DDL Data Definition Language (DDL) is a part of SQL that is used to create, modify, and delete database objects such as table, view, and index. Below are the most common DDL commands: डेटा डेफिनिशन लैंग्वेज (डीडीएल) एसक्यूएल का एक हिस्सा है जो डेटाबेस ऑब्जेक्ट्स जैसे टेबल, व्यू, और इंडेक्स को बनाने, संशोधित करने और हटाने के लिए उपयोग किया जाता है। नीचे सबसे सामान्य DDL कमांड दिए गए हैं: SQL CREATE TABLE SQL Data Types SQL View SQL CREATE VIEW SQL Index SQL CREATE INDEX SQL DROP TABLE SQL TRUNCATE TABLE SQL USE SQL CREATE DATABASE SQL DROP DATABASE SQL > Data Definition Language - DDL >  Create Table Statement In a relational database, data is stored in tables. Given that there is no way for the database vendor to know ahead of time what your data storage needs are, you will for sure need to create tables that fit your needs in the database. Therefore, the  CREATE TABLE  statement is one of the most ...

SQL > SQL Commands > Distinct

SQL > SQL Commands  >  Distinct In SQL, the  DISTINCT  keyword is used in the SELECT statement to retrieve unique values from a database table. Any value that has a duplicate will only show up once. SQL में, डेटाबेस तालिका से अद्वितीय मानों को पुनः प्राप्त करने के लिए चयन कथन में DISTINCT कीवर्ड का उपयोग किया जाता है। कोई भी मूल्य जिसमें एक डुप्लिकेट है वह केवल एक बार दिखाएगा। Syntax SELECT DISTINCT "column_name" FROM "table_name"; "table_name" is the name of the table where data is stored, and "column_name" is the name of the column containing the data to be retrieved. "table_name" उस तालिका का नाम है जहां डेटा संग्रहीत किया जाता है, और "column_name" उस स्तंभ का नाम है जिसमें डेटा पुनर्प्राप्त किया जाना है। Examples The examples will use the following table: Table  Store_Information Store_Name Sales Txn_Date Los Angeles 1500 Jan-05-1999 San Diego 250 Jan-07-1999 Los Angeles 300 Jan-08-1999...

SQL > SQL Commands > Select

SQL > SQL Commands  >  Select The  SELECT  statement in SQL is used to retrieve data from a relational database. SQL में SELECT स्टेटमेंट का उपयोग रिलेशनल डेटाबेस से डेटा को पुनः प्राप्त करने के लिए किया जाता है। Syntax Number of Columns SQL Syntax 1 SELECT "column_name" FROM "table_name"; More Than 1 SELECT "column_name1"[, "column_name2"] FROM "table_name"; All SELECT * FROM "table_name"; "table_name" is the name of the table where data is stored, and "column_name" is the name of the column containing the data to be retrieved. "table_name" उस तालिका का नाम है जहां डेटा संग्रहीत किया जाता है, और "column_name" उस स्तंभ का नाम है जिसमें डेटा पुनर्प्राप्त किया जाना है। To select more than one column, add a comma to the name of the previous column, and then add the column name. If you are selecting three columns, the syntax will be, एक से अधिक कॉलम का चयन...

👍 What is Data Model ? डेटा मॉडल क्या है ?

👍डेटा मॉडल यह वर्णन करता है कि डेटा एक दूसरे से किस प्रकार जुड़े रहता है और उनके मध्य में संबंध कैसा है। डेटा मॉडल हमें यह भी परिभाषित करता है कि किस प्रकार के डेटाबेस की तार्किक संरचना बनाई गई है। डेटा मॉडल डेटा को व्यवस्थित (संगठित) और स्टोर करता है। डेटा मॉडल में तार्किक डिज़ाइन और भौतिक डिज़ाइन दो भाग शामिल होते हैं। हम कह सकते हैं कि मॉडल जो होते हैं वह डिजाइन की आधारशिला होते हैं। जिस प्रकार इंजीनियर हाउस को बनाने से पहले उसका मॉडल तैयार करना है उसी प्रकार डेटाबेस डिज़ाइनर, डेटाबेस डिज़ाइन को सुधारने के लिए डेटा मॉडल तैयार करते हैं। डेटा मॉडल का मुख्य उद्देश्य अवधारणा को संवाद और निर्दिष्ट करने के लिए किया जाता है। डेटा मॉडल का मुख्य उद्देश्य यह विचार देना भी होता है कि डेटाबेस जब पूरा हो जाएगा तो वह कैसा दिखेगा. The data model describes how the data remains connected to each other and how the relationship is in between. The data model also defines what kind of database has a logical structure. Data model organizes and stores data. The data model consists of two par...

Insert Multiple Blank Row मल्टीपल ब्लैंक रो डालें

👍  If you ever need to insert multiple blank rows into your data, doing it manually could be very time consuming if you have a large data set. Here’s a quick way to do this by inserting a blank row into your data after every Nth record. यदि आपको कभी भी अपने डेटा में कई रिक्त पंक्तियों को सम्मिलित करने की आवश्यकता होती है, तो मैन्युअल रूप से ऐसा करने में बहुत समय लग सकता है यदि आपके पास एक बड़ा डेटा सेट है। हर Nth रिकॉर्ड के बाद आपके डेटा में एक रिक्त पंक्ति सम्मिलित करके ऐसा करने का एक त्वरित तरीका है। Add a column  to the right of your data. If the helper column is in  E1 , then add this formula into  E2  and copy it down to the end of the data. Change N to a number (5 if you want every 5th row etc…). =MOD(ROW(E2)-ROW($E$1)-1,N) Now  highlight  the whole column. Go to the  Home  tab in the ribbon. In the  Editing  section, press the  Find & Select  button. In the drop down menu, select  Find . You ...